#99CC5B

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

Shades of Olivine #99CC5B

Tints of Olivine #99CC5B

Color information

#99CC5B (or 0x99CC5B) is unknown color: approx Olivine. HEX triplet: 99, CC and 5B. RGB value is (153,204,91). Sum of RGB (Red+Green+Blue) = 153+204+91=448 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.15% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 91 (35.94% from 255 or 20.31% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC5B is #6633A4. Grayscale: #B0B0B0. Windows color (decimal): -6697893 or 6016153. OLE color: 6016153.

HSL color Cylindrical-coordinate representation of color #99CC5B: hue angle of 87.08º 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 #99CC5B is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.

Color convert

RGB15320491-
CMYK0.2500.550.2
HSL87.08º52.56%57.84%-
HSV(B)87.08º55.39%80%-
XYZ36.6250.7117.76-
YUV175.8780.1111.69-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 34.15%
GREEN value IS 204 (80.08% from 255) = 45.54%
BLUE value IS 91 (35.94% from 255) = 20.31%
R=34.15%
G=45.54%
B=20.31%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal153204910.2500.550.287.0852.5657.84
Hex99CC5B190371457353a
Octal23131413331067241276572
Binary10011001110011001011011110010110111101001010111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,204,91); }

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

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

 a { background-color: rgb(153,204,91); }

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

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

 span { border-color: rgb(153,204,91); }

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