Html Css Color HEX #99C474 Olivine

📋 copy color: '#99C474'

red 153 ◦ green 196 ◦ blue 116

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

Shades of Olivine #99C474

Tints of Olivine #99C474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.95%

R = 32.9%
G = 42.15%
B = 24.95%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.23

RGB Variations

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

Color information

#99C474 (or 0x99C474) is known color: Olivine. HEX triplet: 99, C4 and 74. RGB value is (153,196,116). Sum of RGB (Red+Green+Blue) = 153+196+116=465 (61% of max value = 765). Red value is 153 (60.16% from 255 or 32.90% from 465); Green value is 196 (76.95% from 255 or 42.15% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 196 - color contains mainly: green. Hex color #99C474 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99C474 is #663B8B. Grayscale: #AEAEAE. Windows color (decimal): -6699916 or 7652505. OLE color: 7652505.

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

Color convert

RGB 153 196 116 -
CMYK 0.22 0 0.41 0.23
HSL 92.25º 0.4% 0.61% -
HSV(B) 92.25º 0.41% 0.77% -
XYZ 36.03 47.51 23.8 -
YUV 174.02 95.25 113 -
System Red Green Blue C M Y K H S L
Decimal 153 196 116 0.22 0 0.41 0.23 92.25 0.4 0.61
Hex 99 C4 74 16 0 29 17 5C 28 3D
Octal 231 304 164 26 0 51 27 134 50 75
Binary 10011001 11000100 1110100 10110 0 101001 10111 1011100 101000 111101

Color Harmonies of #99C474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99C474

Black with #99C474

Text Example


Text Example

White with #99C474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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