#BBB351

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

Shades of Olive Green #BBB351

Tints of Olive Green #BBB351

Color information

#BBB351 (or 0xBBB351) is unknown color: approx Olive Green. HEX triplet: BB, B3 and 51. RGB value is (187,179,81). Sum of RGB (Red+Green+Blue) = 187+179+81=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB351 is #444CAE. Grayscale: #AAAAAA. Windows color (decimal): -4476079 or 5354427. OLE color: 5354427.

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

Color convert

RGB18717981-
CMYK00.040.570.27
HSL55.47º43.8%52.55%-
HSV(B)55.47º56.68%73.33%-
XYZ38.143.414.15-
YUV170.2277.65139.97-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.83%
GREEN value IS 179 (70.31% from 255) = 40.04%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=41.83%
G=40.04%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871798100.040.570.2755.4743.852.55
HexBBB35104391B372c35
Octal273263121047133675465
Binary10111011101100111010001010011100111011110111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB351; }

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

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

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

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

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

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

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

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