#BBB651

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

Shades of Olive Green #BBB651

Tints of Olive Green #BBB651

Color information

#BBB651 (or 0xBBB651) is unknown color: approx Olive Green. HEX triplet: BB, B6 and 51. RGB value is (187,182,81). Sum of RGB (Red+Green+Blue) = 187+182+81=450 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.56% from 450); Green value is 182 (71.48% from 255 or 40.44% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB651 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB651 is #4449AE. Grayscale: #ACACAC. Windows color (decimal): -4475311 or 5355195. OLE color: 5355195.

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

Color convert

RGB18718281-
CMYK00.030.570.27
HSL57.17º43.8%52.55%-
HSV(B)57.17º56.68%73.33%-
XYZ38.7144.6114.36-
YUV171.9876.66138.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.56%
GREEN value IS 182 (71.48% from 255) = 40.44%
BLUE value IS 81 (32.03% from 255) = 18%
R=41.56%
G=40.44%
B=18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871828100.030.570.2757.1743.852.55
HexBBB65103391B392c35
Octal273266121037133715465
Binary1011101110110110101000101111100111011111001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB651; }

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

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

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

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

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

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

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

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