Html Css Color HEX #9DC476 Olivine

📋 copy color: '#9DC476'

red 157 ◦ green 196 ◦ blue 118

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

Shades of Olivine #9DC476

Tints of Olivine #9DC476

RGB

 RED value IS 157 (61.72% from 255) = 33.33%

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

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

R = 33.33%
G = 41.61%
B = 25.05%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#9DC476 (or 0x9DC476) is known color: Olivine. HEX triplet: 9D, C4 and 76. RGB value is (157,196,118). Sum of RGB (Red+Green+Blue) = 157+196+118=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 196 (76.95% from 255 or 41.61% from 471); Blue value is 118 (46.48% from 255 or 25.05% from 471); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC476 is #623B89. Grayscale: #AFAFAF. Windows color (decimal): -6437770 or 7783581. OLE color: 7783581.

HSL color Cylindrical-coordinate representation of color #9DC476: hue angle of 90º 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 #9DC476 is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 118 -
CMYK 0.20 0 0.40 0.23
HSL 90º 0.4% 0.62% -
HSV(B) 90º 0.4% 0.77% -
XYZ 36.91 47.96 24.45 -
YUV 175.45 95.58 114.84 -
System Red Green Blue C M Y K H S L
Decimal 157 196 118 0.20 0 0.40 0.23 90 0.4 0.62
Hex 9D C4 76 14 0 28 17 5A 28 3E
Octal 235 304 166 24 0 50 27 132 50 76
Binary 10011101 11000100 1110110 10100 0 101000 10111 1011010 101000 111110

Color Harmonies of #9DC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC476

Black with #9DC476

Text Example


Text Example

White with #9DC476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DC476; }

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

 H1.HeaderClassName
 {
   color: #9DC476;
 }
 .AnyTagClassName
 {
   color: #9DC476;
 }
</style>

background-color css

<style>
 a { background-color: #9DC476; }

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

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

border-color css

<style>
 span { border-color: #9DC476; }

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

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