Html Css Color HEX #96BB80 Olivine

📋 copy color: '#96BB80'

red 150 ◦ green 187 ◦ blue 128

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

Shades of Olivine #96BB80

Tints of Olivine #96BB80

RGB

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

 GREEN value IS 187 (73.44% from 255) = 40.22%

 BLUE value IS 128 (50.39% from 255) = 27.53%

R = 32.26%
G = 40.22%
B = 27.53%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#96BB80 (or 0x96BB80) is known color: Olivine. HEX triplet: 96, BB and 80. RGB value is (150,187,128). Sum of RGB (Red+Green+Blue) = 150+187+128=465 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.26% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 128 (50.39% from 255 or 27.53% from 465); Max value from RGB is 187 - color contains mainly: green. Hex color #96BB80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96BB80 is #69447F. Grayscale: #A9A9A9. Windows color (decimal): -6898816 or 8436630. OLE color: 8436630.

HSL color Cylindrical-coordinate representation of color #96BB80: hue angle of 97.63º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BB80 is Cyan = 0.20, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB 150 187 128 -
CMYK 0.20 0 0.32 0.27
HSL 97.63º 0.3% 0.62% -
HSV(B) 97.63º 0.32% 0.73% -
XYZ 34.24 43.58 27.03 -
YUV 169.21 104.74 114.3 -
System Red Green Blue C M Y K H S L
Decimal 150 187 128 0.20 0 0.32 0.27 97.63 0.3 0.62
Hex 96 BB 80 14 0 20 1B 62 1E 3E
Octal 226 273 200 24 0 40 33 142 36 76
Binary 10010110 10111011 10000000 10100 0 100000 11011 1100010 11110 111110

Color Harmonies of #96BB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96BB80

Black with #96BB80

Text Example


Text Example

White with #96BB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,187,128); }

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

background-color css

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

 a { background-color: rgb(150,187,128); }

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

border-color css

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

 span { border-color: rgb(150,187,128); }

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