Html Css Color HEX #99C477 Olivine

📋 copy color: '#99C477'

red 153 ◦ green 196 ◦ blue 119

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

Shades of Olivine #99C477

Tints of Olivine #99C477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.43%

R = 32.69%
G = 41.88%
B = 25.43%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.39

 K value IS 0.23

RGB Variations

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

Color information

#99C477 (or 0x99C477) is known color: Olivine. HEX triplet: 99, C4 and 77. RGB value is (153,196,119). Sum of RGB (Red+Green+Blue) = 153+196+119=468 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.69% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #99C477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C477 is #663B88. Grayscale: #AEAEAE. Windows color (decimal): -6699913 or 7849113. OLE color: 7849113.

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

Color convert

RGB 153 196 119 -
CMYK 0.22 0 0.39 0.23
HSL 93.51º 0.39% 0.62% -
HSV(B) 93.51º 0.39% 0.77% -
XYZ 36.21 47.58 24.73 -
YUV 174.37 96.75 112.76 -
System Red Green Blue C M Y K H S L
Decimal 153 196 119 0.22 0 0.39 0.23 93.51 0.39 0.62
Hex 99 C4 77 16 0 27 17 5E 27 3E
Octal 231 304 167 26 0 47 27 136 47 76
Binary 10011001 11000100 1110111 10110 0 100111 10111 1011110 100111 111110

Color Harmonies of #99C477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C477

Black with #99C477

Text Example


Text Example

White with #99C477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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