#9AB56E

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

Shades of Olivine #9AB56E

Tints of Olivine #9AB56E

Color information

#9AB56E (or 0x9AB56E) is unknown color: approx Olivine. HEX triplet: 9A, B5 and 6E. RGB value is (154,181,110). Sum of RGB (Red+Green+Blue) = 154+181+110=445 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.61% from 445); Green value is 181 (71.09% from 255 or 40.67% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB56E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB56E is #654A91. Grayscale: #A5A5A5. Windows color (decimal): -6638226 or 7255450. OLE color: 7255450.

HSL color Cylindrical-coordinate representation of color #9AB56E: hue angle of 82.82º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AB56E is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB154181110-
CMYK0.1500.390.29
HSL82.82º32.42%57.06%-
HSV(B)82.82º39.23%70.98%-
XYZ32.6641.0420.95-
YUV164.8397.05120.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.61%
GREEN value IS 181 (71.09% from 255) = 40.67%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=34.61%
G=40.67%
B=24.72%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541811100.1500.390.2982.8232.4257.06
Hex9AB56EF0271D532039
Octal23226515617047351234071
Binary1001101010110101110111011110100111111011010011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,181,110); }

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

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

 a { background-color: rgb(154,181,110); }

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

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

 span { border-color: rgb(154,181,110); }

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