Html Css Color HEX #96C46E Olivine

📋 copy color: '#96C46E'

red 150 ◦ green 196 ◦ blue 110

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

Shades of Olivine #96C46E

Tints of Olivine #96C46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.12%

R = 32.89%
G = 42.98%
B = 24.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.44

 K value IS 0.23

RGB Variations

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

Color information

#96C46E (or 0x96C46E) is known color: Olivine. HEX triplet: 96, C4 and 6E. RGB value is (150,196,110). Sum of RGB (Red+Green+Blue) = 150+196+110=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 110 (43.36% from 255 or 24.12% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #96C46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C46E is #693B91. Grayscale: #ACACAC. Windows color (decimal): -6896530 or 7259286. OLE color: 7259286.

HSL color Cylindrical-coordinate representation of color #96C46E: hue angle of 92.09º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96C46E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 196 110 -
CMYK 0.23 0 0.44 0.23
HSL 92.09º 0.42% 0.6% -
HSV(B) 92.09º 0.44% 0.77% -
XYZ 35.13 47.09 21.99 -
YUV 172.44 92.76 111.99 -
System Red Green Blue C M Y K H S L
Decimal 150 196 110 0.23 0 0.44 0.23 92.09 0.42 0.6
Hex 96 C4 6E 17 0 2C 17 5C 2A 3C
Octal 226 304 156 27 0 54 27 134 52 74
Binary 10010110 11000100 1101110 10111 0 101100 10111 1011100 101010 111100

Color Harmonies of #96C46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C46E

Black with #96C46E

Text Example


Text Example

White with #96C46E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,196,110); }

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

background-color css

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

 a { background-color: rgb(150,196,110); }

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

border-color css

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

 span { border-color: rgb(150,196,110); }

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