Html Css Color HEX #96CB5E Olivine

📋 copy color: '#96CB5E'

red 150 ◦ green 203 ◦ blue 94

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

Shades of Olivine #96CB5E

Tints of Olivine #96CB5E

RGB

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

 GREEN value IS 203 (79.69% from 255) = 45.41%

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

R = 33.56%
G = 45.41%
B = 21.03%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#96CB5E (or 0x96CB5E) is known color: Olivine. HEX triplet: 96, CB and 5E. RGB value is (150,203,94). Sum of RGB (Red+Green+Blue) = 150+203+94=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 203 (79.69% from 255 or 45.41% from 447); Blue value is 94 (37.11% from 255 or 21.03% from 447); Max value from RGB is 203 - color contains mainly: green. Hex color #96CB5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CB5E is #6934A1. Grayscale: #AFAFAF. Windows color (decimal): -6894754 or 6212502. OLE color: 6212502.

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

Color convert

RGB 150 203 94 -
CMYK 0.26 0 0.54 0.20
HSL 89.17º 0.51% 0.58% -
HSV(B) 89.17º 0.54% 0.8% -
XYZ 35.95 50 18.35 -
YUV 174.73 82.44 110.36 -
System Red Green Blue C M Y K H S L
Decimal 150 203 94 0.26 0 0.54 0.20 89.17 0.51 0.58
Hex 96 CB 5E 1A 0 36 14 59 33 3A
Octal 226 313 136 32 0 66 24 131 63 72
Binary 10010110 11001011 1011110 11010 0 110110 10100 1011001 110011 111010

Color Harmonies of #96CB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CB5E

Black with #96CB5E

Text Example


Text Example

White with #96CB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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