#BBB654

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

Shades of Olive Green #BBB654

Tints of Olive Green #BBB654

Color information

#BBB654 (or 0xBBB654) is unknown color: approx Olive Green. HEX triplet: BB, B6 and 54. RGB value is (187,182,84). Sum of RGB (Red+Green+Blue) = 187+182+84=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 182 (71.48% from 255 or 40.18% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB654 is #4449AB. Grayscale: #ACACAC. Windows color (decimal): -4475308 or 5551803. OLE color: 5551803.

HSL color Cylindrical-coordinate representation of color #BBB654: hue angle of 57.09º 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 #BBB654 is Cyan = 0, Magento = 0.03, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18718284-
CMYK00.030.550.27
HSL57.09º43.1%53.14%-
HSV(B)57.09º55.08%73.33%-
XYZ38.8244.6614.96-
YUV172.3278.16138.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.28%
GREEN value IS 182 (71.48% from 255) = 40.18%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=41.28%
G=40.18%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871828400.030.550.2757.0943.153.14
HexBBB65403371B392b35
Octal273266124036733715365
Binary1011101110110110101010001111011111011111001101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB654; }

 p { color: rgb(187,182,84); }

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

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

 a { background-color: rgb(187,182,84); }

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

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

 span { border-color: rgb(187,182,84); }

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