Html Css Color HEX #96C563 Olivine

📋 copy color: '#96C563'

red 150 ◦ green 197 ◦ blue 99

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

Shades of Olivine #96C563

Tints of Olivine #96C563

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.2%

R = 33.63%
G = 44.17%
B = 22.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.23

RGB Variations

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

Color information

#96C563 (or 0x96C563) is known color: Olivine. HEX triplet: 96, C5 and 63. RGB value is (150,197,99). Sum of RGB (Red+Green+Blue) = 150+197+99=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 197 (77.34% from 255 or 44.17% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 197 - color contains mainly: green. Hex color #96C563 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C563 is #693A9C. Grayscale: #ACACAC. Windows color (decimal): -6896285 or 6538646. OLE color: 6538646.

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

Color convert

RGB 150 197 99 -
CMYK 0.24 0 0.50 0.23
HSL 88.78º 0.46% 0.58% -
HSV(B) 88.78º 0.5% 0.77% -
XYZ 34.8 47.32 19.1 -
YUV 171.78 86.93 112.47 -
System Red Green Blue C M Y K H S L
Decimal 150 197 99 0.24 0 0.50 0.23 88.78 0.46 0.58
Hex 96 C5 63 18 0 32 17 59 2E 3A
Octal 226 305 143 30 0 62 27 131 56 72
Binary 10010110 11000101 1100011 11000 0 110010 10111 1011001 101110 111010

Color Harmonies of #96C563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C563

Black with #96C563

Text Example


Text Example

White with #96C563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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