Html Css Color HEX #96C561 Olivine

📋 copy color: '#96C561'

red 150 ◦ green 197 ◦ blue 97

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

Shades of Olivine #96C561

Tints of Olivine #96C561

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.37%

 BLUE value IS 97 (38.28% from 255) = 21.85%

R = 33.78%
G = 44.37%
B = 21.85%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#96C561 (or 0x96C561) is known color: Olivine. HEX triplet: 96, C5 and 61. RGB value is (150,197,97). Sum of RGB (Red+Green+Blue) = 150+197+97=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 197 (77.34% from 255 or 44.37% from 444); Blue value is 97 (38.28% from 255 or 21.85% from 444); Max value from RGB is 197 - color contains mainly: green. Hex color #96C561 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C561 is #693A9E. Grayscale: #ABABAB. Windows color (decimal): -6896287 or 6407574. OLE color: 6407574.

HSL color Cylindrical-coordinate representation of color #96C561: hue angle of 88.2º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #96C561 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB 150 197 97 -
CMYK 0.24 0 0.51 0.23
HSL 88.2º 0.46% 0.58% -
HSV(B) 88.2º 0.51% 0.77% -
XYZ 34.7 47.28 18.61 -
YUV 171.55 85.93 112.63 -
System Red Green Blue C M Y K H S L
Decimal 150 197 97 0.24 0 0.51 0.23 88.2 0.46 0.58
Hex 96 C5 61 18 0 33 17 58 2E 3A
Octal 226 305 141 30 0 63 27 130 56 72
Binary 10010110 11000101 1100001 11000 0 110011 10111 1011000 101110 111010

Color Harmonies of #96C561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C561

Black with #96C561

Text Example


Text Example

White with #96C561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,197,97); }

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

background-color css

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

 a { background-color: rgb(150,197,97); }

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

border-color css

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

 span { border-color: rgb(150,197,97); }

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