#99BC5D

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

Shades of Olivine #99BC5D

Tints of Olivine #99BC5D

Color information

#99BC5D (or 0x99BC5D) is unknown color: approx Olivine. HEX triplet: 99, BC and 5D. RGB value is (153,188,93). Sum of RGB (Red+Green+Blue) = 153+188+93=434 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.25% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 93 (36.72% from 255 or 21.43% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #99BC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99BC5D is #6643A2. Grayscale: #A7A7A7. Windows color (decimal): -6701987 or 6143129. OLE color: 6143129.

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

Color convert

RGB15318893-
CMYK0.1900.510.26
HSL82.11º41.48%55.1%-
HSV(B)82.11º50.53%73.73%-
XYZ33.143.5317.01-
YUV166.786.4118.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 43.32%
BLUE value IS 93 (36.72% from 255) = 21.43%
R=35.25%
G=43.32%
B=21.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal153188930.1900.510.2682.1141.4855.1
Hex99BC5D130331A522937
Octal23127413523063321225167
Binary10011001101111001011101100110110011110101010010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99BC5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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