#BBB755

Color #BBB755 Olive Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Green #BBB755

Tints of Olive Green #BBB755

Color information

#BBB755 (or 0xBBB755) is unknown color: approx Olive Green. HEX triplet: BB, B7 and 55. RGB value is (187,183,85). Sum of RGB (Red+Green+Blue) = 187+183+85=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 183 (71.88% from 255 or 40.22% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB755 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB755 is #4448AA. Grayscale: #ADADAD. Windows color (decimal): -4475051 or 5617595. OLE color: 5617595.

HSL color Cylindrical-coordinate representation of color #BBB755: hue angle of 57.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BBB755 is Cyan = 0, Magento = 0.02, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18718385-
CMYK00.020.550.27
HSL57.65º42.86%53.33%-
HSV(B)57.65º54.55%73.33%-
XYZ39.0745.0915.24-
YUV173.0278.33137.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 41.10%
GREEN value IS 183 (71.88% from 255) = 40.22%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=41.10%
G=40.22%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871838500.020.550.2757.6542.8653.33
HexBBB75502371B3a2b35
Octal273267125026733725365
Binary1011101110110111101010101011011111011111010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB755; }

 p { color: rgb(187,183,85); }

 H1.HeaderClassName
 {
   color: #BBB755;
 }
 .AnyTagClassName
 {
   color: #BBB755;
 }
</style>
background-color css

<style>
 a { background-color: #BBB755; }

 a { background-color: rgb(187,183,85); }

 div.DivClassName
 {
   background-color: #BBB755;
 }
 .BgClassName
 {
   background-color: #BBB755;
 }
</style>
border-color css

<style>
 span { border-color: #BBB755; }

 span { border-color: rgb(187,183,85); }

 td.TdClassName
 {
   border-color: #BBB755;
 }
 .TagClassName
 {
   border-color: #BBB755;
 }
</style>