#99CD5D

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

Shades of Olivine #99CD5D

Tints of Olivine #99CD5D

Color information

#99CD5D (or 0x99CD5D) is unknown color: approx Olivine. HEX triplet: 99, CD and 5D. RGB value is (153,205,93). Sum of RGB (Red+Green+Blue) = 153+205+93=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD5D is #6632A2. Grayscale: #B1B1B1. Windows color (decimal): -6697635 or 6147481. OLE color: 6147481.

HSL color Cylindrical-coordinate representation of color #99CD5D: hue angle of 87.86º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #99CD5D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB15320593-
CMYK0.2500.550.20
HSL87.86º52.83%58.43%-
HSV(B)87.86º54.63%80.39%-
XYZ36.9451.2318.3-
YUV176.6880.77111.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.92%
GREEN value IS 205 (80.47% from 255) = 45.45%
BLUE value IS 93 (36.72% from 255) = 20.62%
R=33.92%
G=45.45%
B=20.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153205930.2500.550.2087.8652.8358.43
Hex99CD5D190371458353a
Octal23131513531067241306572
Binary10011001110011011011101110010110111101001011000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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