Html Css Color HEX #96B866 Olivine

📋 copy color: '#96B866'

red 150 ◦ green 184 ◦ blue 102

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

Shades of Olivine #96B866

Tints of Olivine #96B866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.2%

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

R = 34.4%
G = 42.2%
B = 23.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#96B866 (or 0x96B866) is known color: Olivine. HEX triplet: 96, B8 and 66. RGB value is (150,184,102). Sum of RGB (Red+Green+Blue) = 150+184+102=436 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.40% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 102 (40.23% from 255 or 23.39% from 436); Max value from RGB is 184 - color contains mainly: green. Hex color #96B866 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B866 is #694799. Grayscale: #A4A4A4. Windows color (decimal): -6899610 or 6731926. OLE color: 6731926.

HSL color Cylindrical-coordinate representation of color #96B866: hue angle of 84.88º degrees, saturation: 0.37, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96B866 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 150 184 102 -
CMYK 0.18 0 0.45 0.28
HSL 84.88º 0.37% 0.56% -
HSV(B) 84.88º 0.45% 0.72% -
XYZ 32.12 41.72 18.93 -
YUV 164.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 150 184 102 0.18 0 0.45 0.28 84.88 0.37 0.56
Hex 96 B8 66 12 0 2D 1C 55 25 38
Octal 226 270 146 22 0 55 34 125 45 70
Binary 10010110 10111000 1100110 10010 0 101101 11100 1010101 100101 111000

Color Harmonies of #96B866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B866

Black with #96B866

Text Example


Text Example

White with #96B866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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