#99BB6D

Color #99BB6D Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #99BB6D

Tints of Olivine #99BB6D

Color information

#99BB6D (or 0x99BB6D) is unknown color: approx Olivine. HEX triplet: 99, BB and 6D. RGB value is (153,187,109). Sum of RGB (Red+Green+Blue) = 153+187+109=449 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.08% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 187 - color contains mainly: green. Hex color #99BB6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BB6D is #664492. Grayscale: #A8A8A8. Windows color (decimal): -6702227 or 7191449. OLE color: 7191449.

HSL color Cylindrical-coordinate representation of color #99BB6D: hue angle of 86.15º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #99BB6D is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB153187109-
CMYK0.1800.420.27
HSL86.15º36.45%58.04%-
HSV(B)86.15º41.71%73.33%-
XYZ33.6743.4221.07-
YUV167.9494.74117.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.08%
GREEN value IS 187 (73.44% from 255) = 41.65%
BLUE value IS 109 (42.97% from 255) = 24.28%
R=34.08%
G=41.65%
B=24.28%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531871090.1800.420.2786.1536.4558.04
Hex99BB6D1202A1B56243a
Octal23127315522052331264472
Binary10011001101110111101101100100101010110111010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99BB6D; }

 p { color: rgb(153,187,109); }

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

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

 a { background-color: rgb(153,187,109); }

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

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

 span { border-color: rgb(153,187,109); }

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