Html Css Color HEX #96CA5D Olivine

📋 copy color: '#96CA5D'

red 150 ◦ green 202 ◦ blue 93

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

Shades of Olivine #96CA5D

Tints of Olivine #96CA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.9%

R = 33.71%
G = 45.39%
B = 20.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#96CA5D (or 0x96CA5D) is known color: Olivine. HEX triplet: 96, CA and 5D. RGB value is (150,202,93). Sum of RGB (Red+Green+Blue) = 150+202+93=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA5D is #6935A2. Grayscale: #AEAEAE. Windows color (decimal): -6895011 or 6146710. OLE color: 6146710.

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

Color convert

RGB 150 202 93 -
CMYK 0.26 0 0.54 0.21
HSL 88.62º 0.51% 0.58% -
HSV(B) 88.62º 0.54% 0.79% -
XYZ 35.67 49.52 18.03 -
YUV 174.03 82.27 110.86 -
System Red Green Blue C M Y K H S L
Decimal 150 202 93 0.26 0 0.54 0.21 88.62 0.51 0.58
Hex 96 CA 5D 1A 0 36 15 59 33 3A
Octal 226 312 135 32 0 66 25 131 63 72
Binary 10010110 11001010 1011101 11010 0 110110 10101 1011001 110011 111010

Color Harmonies of #96CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA5D

Black with #96CA5D

Text Example


Text Example

White with #96CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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