Html Css Color HEX #96B382 Olivine

📋 copy color: '#96B382'

red 150 ◦ green 179 ◦ blue 130

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

Shades of Olivine #96B382

Tints of Olivine #96B382

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39%

 BLUE value IS 130 (51.17% from 255) = 28.32%

R = 32.68%
G = 39%
B = 28.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#96B382 (or 0x96B382) is known color: Olivine. HEX triplet: 96, B3 and 82. RGB value is (150,179,130). Sum of RGB (Red+Green+Blue) = 150+179+130=459 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.68% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 130 (51.17% from 255 or 28.32% from 459); Max value from RGB is 179 - color contains mainly: green. Hex color #96B382 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B382 is #694C7D. Grayscale: #A4A4A4. Windows color (decimal): -6900862 or 8565654. OLE color: 8565654.

HSL color Cylindrical-coordinate representation of color #96B382: hue angle of 95.51º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96B382 is Cyan = 0.16, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 150 179 130 -
CMYK 0.16 0 0.27 0.30
HSL 95.51º 0.24% 0.61% -
HSV(B) 95.51º 0.27% 0.7% -
XYZ 32.73 40.34 27.18 -
YUV 164.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 150 179 130 0.16 0 0.27 0.30 95.51 0.24 0.61
Hex 96 B3 82 10 0 1B 1E 60 18 3D
Octal 226 263 202 20 0 33 36 140 30 75
Binary 10010110 10110011 10000010 10000 0 11011 11110 1100000 11000 111101

Color Harmonies of #96B382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B382

Black with #96B382

Text Example


Text Example

White with #96B382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,179,130); }

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

background-color css

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

 a { background-color: rgb(150,179,130); }

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

border-color css

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

 span { border-color: rgb(150,179,130); }

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