Html Css Color HEX #96C663 Olivine

📋 copy color: '#96C663'

red 150 ◦ green 198 ◦ blue 99

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

Shades of Olivine #96C663

Tints of Olivine #96C663

RGB

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

 GREEN value IS 198 (77.73% from 255) = 44.3%

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

R = 33.56%
G = 44.3%
B = 22.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#96C663 (or 0x96C663) is known color: Olivine. HEX triplet: 96, C6 and 63. RGB value is (150,198,99). Sum of RGB (Red+Green+Blue) = 150+198+99=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #96C663 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C663 is #69399C. Grayscale: #ACACAC. Windows color (decimal): -6896029 or 6538902. OLE color: 6538902.

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

Color convert

RGB 150 198 99 -
CMYK 0.24 0 0.50 0.22
HSL 89.09º 0.46% 0.58% -
HSV(B) 89.09º 0.5% 0.78% -
XYZ 35.02 47.77 19.18 -
YUV 172.36 86.6 112.05 -
System Red Green Blue C M Y K H S L
Decimal 150 198 99 0.24 0 0.50 0.22 89.09 0.46 0.58
Hex 96 C6 63 18 0 32 16 59 2E 3A
Octal 226 306 143 30 0 62 26 131 56 72
Binary 10010110 11000110 1100011 11000 0 110010 10110 1011001 101110 111010

Color Harmonies of #96C663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C663

Black with #96C663

Text Example


Text Example

White with #96C663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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