Html Css Color HEX #96B566 Olivine

📋 copy color: '#96B566'

red 150 ◦ green 181 ◦ blue 102

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

Shades of Olivine #96B566

Tints of Olivine #96B566

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.8%

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

R = 34.64%
G = 41.8%
B = 23.56%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#96B566 (or 0x96B566) is known color: Olivine. HEX triplet: 96, B5 and 66. RGB value is (150,181,102). Sum of RGB (Red+Green+Blue) = 150+181+102=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 102 (40.23% from 255 or 23.56% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #96B566 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B566 is #694A99. Grayscale: #A3A3A3. Windows color (decimal): -6900378 or 6731158. OLE color: 6731158.

HSL color Cylindrical-coordinate representation of color #96B566: hue angle of 83.54º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96B566 is Cyan = 0.17, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 150 181 102 -
CMYK 0.17 0 0.44 0.29
HSL 83.54º 0.35% 0.55% -
HSV(B) 83.54º 0.44% 0.71% -
XYZ 31.5 40.49 18.73 -
YUV 162.73 93.73 118.92 -
System Red Green Blue C M Y K H S L
Decimal 150 181 102 0.17 0 0.44 0.29 83.54 0.35 0.55
Hex 96 B5 66 11 0 2C 1D 54 23 37
Octal 226 265 146 21 0 54 35 124 43 67
Binary 10010110 10110101 1100110 10001 0 101100 11101 1010100 100011 110111

Color Harmonies of #96B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B566

Black with #96B566

Text Example


Text Example

White with #96B566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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