Html Css Color HEX #96C560 Olivine

📋 copy color: '#96C560'

red 150 ◦ green 197 ◦ blue 96

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

Shades of Olivine #96C560

Tints of Olivine #96C560

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.67%

R = 33.86%
G = 44.47%
B = 21.67%

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

#96C560 (or 0x96C560) is known color: Olivine. HEX triplet: 96, C5 and 60. RGB value is (150,197,96). Sum of RGB (Red+Green+Blue) = 150+197+96=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #96C560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C560 is #693A9F. Grayscale: #ABABAB. Windows color (decimal): -6896288 or 6342038. OLE color: 6342038.

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

Color convert

RGB 150 197 96 -
CMYK 0.24 0 0.51 0.23
HSL 87.92º 0.47% 0.57% -
HSV(B) 87.92º 0.51% 0.77% -
XYZ 34.66 47.26 18.36 -
YUV 171.43 85.43 112.71 -
System Red Green Blue C M Y K H S L
Decimal 150 197 96 0.24 0 0.51 0.23 87.92 0.47 0.57
Hex 96 C5 60 18 0 33 17 58 2F 39
Octal 226 305 140 30 0 63 27 130 57 71
Binary 10010110 11000101 1100000 11000 0 110011 10111 1011000 101111 111001

Color Harmonies of #96C560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C560

Black with #96C560

Text Example


Text Example

White with #96C560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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