Html Css Color HEX #96B466 Olivine

📋 copy color: '#96B466'

red 150 ◦ green 180 ◦ blue 102

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

Shades of Olivine #96B466

Tints of Olivine #96B466

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.67%

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

R = 34.72%
G = 41.67%
B = 23.61%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#96B466 (or 0x96B466) is known color: Olivine. HEX triplet: 96, B4 and 66. RGB value is (150,180,102). Sum of RGB (Red+Green+Blue) = 150+180+102=432 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.72% from 432); Green value is 180 (70.70% from 255 or 41.67% from 432); Blue value is 102 (40.23% from 255 or 23.61% from 432); Max value from RGB is 180 - color contains mainly: green. Hex color #96B466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B466 is #694B99. Grayscale: #A2A2A2. Windows color (decimal): -6900634 or 6730902. OLE color: 6730902.

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

Color convert

RGB 150 180 102 -
CMYK 0.17 0 0.43 0.29
HSL 83.08º 0.34% 0.55% -
HSV(B) 83.08º 0.43% 0.71% -
XYZ 31.3 40.09 18.66 -
YUV 162.14 94.06 119.34 -
System Red Green Blue C M Y K H S L
Decimal 150 180 102 0.17 0 0.43 0.29 83.08 0.34 0.55
Hex 96 B4 66 11 0 2B 1D 53 22 37
Octal 226 264 146 21 0 53 35 123 42 67
Binary 10010110 10110100 1100110 10001 0 101011 11101 1010011 100010 110111

Color Harmonies of #96B466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B466

Black with #96B466

Text Example


Text Example

White with #96B466

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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