Html Css Color HEX #96CA5E Olivine

📋 copy color: '#96CA5E'

red 150 ◦ green 202 ◦ blue 94

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

Shades of Olivine #96CA5E

Tints of Olivine #96CA5E

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.29%

 BLUE value IS 94 (37.11% from 255) = 21.08%

R = 33.63%
G = 45.29%
B = 21.08%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.53

 K value IS 0.21

RGB Variations

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

Color information

#96CA5E (or 0x96CA5E) is known color: Olivine. HEX triplet: 96, CA and 5E. RGB value is (150,202,94). Sum of RGB (Red+Green+Blue) = 150+202+94=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 202 (79.30% from 255 or 45.29% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA5E is #6935A1. Grayscale: #AEAEAE. Windows color (decimal): -6895010 or 6212246. OLE color: 6212246.

HSL color Cylindrical-coordinate representation of color #96CA5E: hue angle of 88.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96CA5E is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 94 -
CMYK 0.26 0 0.53 0.21
HSL 88.89º 0.5% 0.58% -
HSV(B) 88.89º 0.53% 0.79% -
XYZ 35.72 49.53 18.27 -
YUV 174.14 82.77 110.78 -
System Red Green Blue C M Y K H S L
Decimal 150 202 94 0.26 0 0.53 0.21 88.89 0.5 0.58
Hex 96 CA 5E 1A 0 35 15 59 32 3A
Octal 226 312 136 32 0 65 25 131 62 72
Binary 10010110 11001010 1011110 11010 0 110101 10101 1011001 110010 111010

Color Harmonies of #96CA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA5E

Black with #96CA5E

Text Example


Text Example

White with #96CA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,202,94); }

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

background-color css

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

 a { background-color: rgb(150,202,94); }

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

border-color css

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

 span { border-color: rgb(150,202,94); }

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