Html Css Color HEX #99CC5D Olivine

📋 copy color: '#99CC5D'

red 153 ◦ green 204 ◦ blue 93

#99CC5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olivine #99CC5D

Tints of Olivine #99CC5D

RGB

 RED value IS 153 (60.16% from 255) = 34%

 GREEN value IS 204 (80.08% from 255) = 45.33%

 BLUE value IS 93 (36.72% from 255) = 20.67%

R = 34%
G = 45.33%
B = 20.67%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#99CC5D (or 0x99CC5D) is known color: Olivine. HEX triplet: 99, CC and 5D. RGB value is (153,204,93). Sum of RGB (Red+Green+Blue) = 153+204+93=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 204 (80.08% from 255 or 45.33% from 450); Blue value is 93 (36.72% from 255 or 20.67% from 450); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CC5D is #6633A2. Grayscale: #B0B0B0. Windows color (decimal): -6697891 or 6147225. OLE color: 6147225.

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

Color convert

RGB 153 204 93 -
CMYK 0.25 0 0.54 0.2
HSL 87.57º 0.52% 0.58% -
HSV(B) 87.57º 0.54% 0.8% -
XYZ 36.71 50.75 18.22 -
YUV 176.1 81.1 111.53 -
System Red Green Blue C M Y K H S L
Decimal 153 204 93 0.25 0 0.54 0.2 87.57 0.52 0.58
Hex 99 CC 5D 19 0 36 14 58 34 3A
Octal 231 314 135 31 0 66 24 130 64 72
Binary 10011001 11001100 1011101 11001 0 110110 10100 1011000 110100 111010

Color Harmonies of #99CC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC5D

Black with #99CC5D

Text Example


Text Example

White with #99CC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99CC5D;
 }
 .AnyTagClassName
 {
   color: #99CC5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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