#BBB353

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

Shades of Olive Green #BBB353

Tints of Olive Green #BBB353

Color information

#BBB353 (or 0xBBB353) is unknown color: approx Olive Green. HEX triplet: BB, B3 and 53. RGB value is (187,179,83). Sum of RGB (Red+Green+Blue) = 187+179+83=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 179 (70.31% from 255 or 39.87% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB353 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBB353 is #444CAC. Grayscale: #AAAAAA. Windows color (decimal): -4476077 or 5485499. OLE color: 5485499.

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

Color convert

RGB18717983-
CMYK00.040.560.27
HSL55.38º43.33%52.94%-
HSV(B)55.38º55.61%73.33%-
XYZ38.1743.4314.55-
YUV170.4578.65139.81-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.65%
GREEN value IS 179 (70.31% from 255) = 39.87%
BLUE value IS 83 (32.81% from 255) = 18.49%
R=41.65%
G=39.87%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871798300.040.560.2755.3843.3352.94
HexBBB35304381B372b35
Octal273263123047033675365
Binary10111011101100111010011010011100011011110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB353; }

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

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

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

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

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

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

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

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