Html Css Color HEX #96C266 Olivine

📋 copy color: '#96C266'

red 150 ◦ green 194 ◦ blue 102

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

Shades of Olivine #96C266

Tints of Olivine #96C266

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.5%

 BLUE value IS 102 (40.23% from 255) = 22.87%

R = 33.63%
G = 43.5%
B = 22.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#96C266 (or 0x96C266) is known color: Olivine. HEX triplet: 96, C2 and 66. RGB value is (150,194,102). Sum of RGB (Red+Green+Blue) = 150+194+102=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 194 (76.17% from 255 or 43.50% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 194 - color contains mainly: green. Hex color #96C266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C266 is #693D99. Grayscale: #AAAAAA. Windows color (decimal): -6897050 or 6734486. OLE color: 6734486.

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

Color convert

RGB 150 194 102 -
CMYK 0.23 0 0.47 0.24
HSL 88.7º 0.43% 0.58% -
HSV(B) 88.7º 0.47% 0.76% -
XYZ 34.27 46.03 19.65 -
YUV 170.36 89.42 113.48 -
System Red Green Blue C M Y K H S L
Decimal 150 194 102 0.23 0 0.47 0.24 88.7 0.43 0.58
Hex 96 C2 66 17 0 2F 18 59 2B 3A
Octal 226 302 146 27 0 57 30 131 53 72
Binary 10010110 11000010 1100110 10111 0 101111 11000 1011001 101011 111010

Color Harmonies of #96C266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96C266

Black with #96C266

Text Example


Text Example

White with #96C266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,194,102); }

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

background-color css

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

 a { background-color: rgb(150,194,102); }

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

border-color css

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

 span { border-color: rgb(150,194,102); }

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