Html Css Color HEX #96C277 Olivine

📋 copy color: '#96C277'

red 150 ◦ green 194 ◦ blue 119

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

Shades of Olivine #96C277

Tints of Olivine #96C277

RGB

 RED value IS 150 (58.98% from 255) = 32.4%

 GREEN value IS 194 (76.17% from 255) = 41.9%

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

R = 32.4%
G = 41.9%
B = 25.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.39

 K value IS 0.24

RGB Variations

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

Color information

#96C277 (or 0x96C277) is known color: Olivine. HEX triplet: 96, C2 and 77. RGB value is (150,194,119). Sum of RGB (Red+Green+Blue) = 150+194+119=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 194 (76.17% from 255 or 41.90% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 194 - color contains mainly: green. Hex color #96C277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C277 is #693D88. Grayscale: #ACACAC. Windows color (decimal): -6897033 or 7848598. OLE color: 7848598.

HSL color Cylindrical-coordinate representation of color #96C277: hue angle of 95.2º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96C277 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.

Color convert

RGB 150 194 119 -
CMYK 0.23 0 0.39 0.24
HSL 95.2º 0.38% 0.61% -
HSV(B) 95.2º 0.39% 0.76% -
XYZ 35.2 46.4 24.55 -
YUV 172.29 97.92 112.1 -
System Red Green Blue C M Y K H S L
Decimal 150 194 119 0.23 0 0.39 0.24 95.2 0.38 0.61
Hex 96 C2 77 17 0 27 18 5F 26 3D
Octal 226 302 167 27 0 47 30 137 46 75
Binary 10010110 11000010 1110111 10111 0 100111 11000 1011111 100110 111101

Color Harmonies of #96C277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C277

Black with #96C277

Text Example


Text Example

White with #96C277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96C277; }

 p { color: rgb(150,194,119); }

 H1.HeaderClassName
 {
   color: #96C277;
 }
 .AnyTagClassName
 {
   color: #96C277;
 }
</style>

background-color css

<style>
 a { background-color: #96C277; }

 a { background-color: rgb(150,194,119); }

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

border-color css

<style>
 span { border-color: #96C277; }

 span { border-color: rgb(150,194,119); }

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