#99BC80

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

Shades of Olivine #99BC80

Tints of Olivine #99BC80

Color information

#99BC80 (or 0x99BC80) is unknown color: approx Olivine. HEX triplet: 99, BC and 80. RGB value is (153,188,128). Sum of RGB (Red+Green+Blue) = 153+188+128=469 (62% of max value = 765). Red value is 153 (60.16% from 255 or 32.62% from 469); Green value is 188 (73.83% from 255 or 40.09% from 469); Blue value is 128 (50.39% from 255 or 27.29% from 469); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99BC80 is #66437F. Grayscale: #AAAAAA. Windows color (decimal): -6701952 or 8436889. OLE color: 8436889.

HSL color Cylindrical-coordinate representation of color #99BC80: hue angle of 95º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99BC80 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.

Color convert

RGB153188128-
CMYK0.1900.320.26
HSL95º30.93%61.96%-
HSV(B)95º31.91%73.73%-
XYZ35.0244.327.13-
YUV170.7103.9115.38-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.62%
GREEN value IS 188 (73.83% from 255) = 40.09%
BLUE value IS 128 (50.39% from 255) = 27.29%
R=32.62%
G=40.09%
B=27.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531881280.1900.320.269530.9361.96
Hex99BC80130201A5f1f3e
Octal23127420023040321373776
Binary10011001101111001000000010011010000011010101111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,188,128); }

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

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

 a { background-color: rgb(153,188,128); }

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

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

 span { border-color: rgb(153,188,128); }

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