Html Css Color HEX #96CC5E Olivine

📋 copy color: '#96CC5E'

red 150 ◦ green 204 ◦ blue 94

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

Shades of Olivine #96CC5E

Tints of Olivine #96CC5E

RGB

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

 GREEN value IS 204 (80.08% from 255) = 45.54%

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

R = 33.48%
G = 45.54%
B = 20.98%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#96CC5E (or 0x96CC5E) is known color: Olivine. HEX triplet: 96, CC and 5E. RGB value is (150,204,94). Sum of RGB (Red+Green+Blue) = 150+204+94=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 204 (80.08% from 255 or 45.54% from 448); Blue value is 94 (37.11% from 255 or 20.98% from 448); Max value from RGB is 204 - color contains mainly: green. Hex color #96CC5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CC5E is #6933A1. Grayscale: #AFAFAF. Windows color (decimal): -6894498 or 6212758. OLE color: 6212758.

HSL color Cylindrical-coordinate representation of color #96CC5E: hue angle of 89.45º degrees, saturation: 0.52, 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 #96CC5E is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.2.

Color convert

RGB 150 204 94 -
CMYK 0.26 0 0.54 0.2
HSL 89.45º 0.52% 0.58% -
HSV(B) 89.45º 0.54% 0.8% -
XYZ 36.19 50.48 18.43 -
YUV 175.31 82.11 109.94 -
System Red Green Blue C M Y K H S L
Decimal 150 204 94 0.26 0 0.54 0.2 89.45 0.52 0.58
Hex 96 CC 5E 1A 0 36 14 59 34 3A
Octal 226 314 136 32 0 66 24 131 64 72
Binary 10010110 11001100 1011110 11010 0 110110 10100 1011001 110100 111010

Color Harmonies of #96CC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CC5E

Black with #96CC5E

Text Example


Text Example

White with #96CC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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