#99CA5D

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

Shades of Olivine #99CA5D

Tints of Olivine #99CA5D

Color information

#99CA5D (or 0x99CA5D) is unknown color: approx Olivine. HEX triplet: 99, CA and 5D. RGB value is (153,202,93). Sum of RGB (Red+Green+Blue) = 153+202+93=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 202 (79.30% from 255 or 45.09% from 448); Blue value is 93 (36.72% from 255 or 20.76% from 448); Max value from RGB is 202 - color contains mainly: green. Hex color #99CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CA5D is #6635A2. Grayscale: #AFAFAF. Windows color (decimal): -6698403 or 6146713. OLE color: 6146713.

HSL color Cylindrical-coordinate representation of color #99CA5D: hue angle of 86.97º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99CA5D is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB15320293-
CMYK0.2400.540.21
HSL86.97º50.7%57.84%-
HSV(B)86.97º53.96%79.22%-
XYZ36.2349.818.06-
YUV174.9281.77112.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 202 (79.30% from 255) = 45.09%
BLUE value IS 93 (36.72% from 255) = 20.76%
R=34.15%
G=45.09%
B=20.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal153202930.2400.540.2186.9750.757.84
Hex99CA5D180361557333a
Octal23131213530066251276372
Binary10011001110010101011101110000110110101011010111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CA5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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