#9BAB80

Color #9BAB80 Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #9BAB80

Tints of Olivine #9BAB80

Color information

#9BAB80 (or 0x9BAB80) is unknown color: approx Olivine. HEX triplet: 9B, AB and 80. RGB value is (155,171,128). Sum of RGB (Red+Green+Blue) = 155+171+128=454 (60% of max value = 765). Red value is 155 (60.94% from 255 or 34.14% from 454); Green value is 171 (67.19% from 255 or 37.67% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB80 is #64547F. Grayscale: #A1A1A1. Windows color (decimal): -6575232 or 8432539. OLE color: 8432539.

HSL color Cylindrical-coordinate representation of color #9BAB80: hue angle of 82.33º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BAB80 is Cyan = 0.09, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB155171128-
CMYK0.0900.250.33
HSL82.33º20.38%58.63%-
HSV(B)82.33º25.15%67.06%-
XYZ31.9837.6526-
YUV161.31109.2123.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 34.14%
GREEN value IS 171 (67.19% from 255) = 37.67%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=34.14%
G=37.67%
B=28.19%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1551711280.0900.250.3382.3320.3858.63
Hex9BAB8090192152143b
Octal23325320011031411222473
Binary1001101110101011100000001001011001100001101001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BAB80; }

 p { color: rgb(155,171,128); }

 H1.HeaderClassName
 {
   color: #9BAB80;
 }
 .AnyTagClassName
 {
   color: #9BAB80;
 }
</style>
background-color css

<style>
 a { background-color: #9BAB80; }

 a { background-color: rgb(155,171,128); }

 div.DivClassName
 {
   background-color: #9BAB80;
 }
 .BgClassName
 {
   background-color: #9BAB80;
 }
</style>
border-color css

<style>
 span { border-color: #9BAB80; }

 span { border-color: rgb(155,171,128); }

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