Html Css Color HEX #99C476 Olivine

📋 copy color: '#99C476'

red 153 ◦ green 196 ◦ blue 118

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

Shades of Olivine #99C476

Tints of Olivine #99C476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.97%

 BLUE value IS 118 (46.48% from 255) = 25.27%

R = 32.76%
G = 41.97%
B = 25.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#99C476 (or 0x99C476) is known color: Olivine. HEX triplet: 99, C4 and 76. RGB value is (153,196,118). Sum of RGB (Red+Green+Blue) = 153+196+118=467 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.76% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 196 - color contains mainly: green. Hex color #99C476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C476 is #663B89. Grayscale: #AEAEAE. Windows color (decimal): -6699914 or 7783577. OLE color: 7783577.

HSL color Cylindrical-coordinate representation of color #99C476: hue angle of 93.08º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99C476 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 153 196 118 -
CMYK 0.22 0 0.40 0.23
HSL 93.08º 0.4% 0.62% -
HSV(B) 93.08º 0.4% 0.77% -
XYZ 36.15 47.56 24.41 -
YUV 174.25 96.25 112.84 -
System Red Green Blue C M Y K H S L
Decimal 153 196 118 0.22 0 0.40 0.23 93.08 0.4 0.62
Hex 99 C4 76 16 0 28 17 5D 28 3E
Octal 231 304 166 26 0 50 27 135 50 76
Binary 10011001 11000100 1110110 10110 0 101000 10111 1011101 101000 111110

Color Harmonies of #99C476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C476

Black with #99C476

Text Example


Text Example

White with #99C476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,196,118); }

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

background-color css

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

 a { background-color: rgb(153,196,118); }

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

border-color css

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

 span { border-color: rgb(153,196,118); }

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