#9AB57D

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

Shades of Olivine #9AB57D

Tints of Olivine #9AB57D

Color information

#9AB57D (or 0x9AB57D) is unknown color: approx Olivine. HEX triplet: 9A, B5 and 7D. RGB value is (154,181,125). Sum of RGB (Red+Green+Blue) = 154+181+125=460 (60% of max value = 765). Red value is 154 (60.55% from 255 or 33.48% from 460); Green value is 181 (71.09% from 255 or 39.35% from 460); Blue value is 125 (49.22% from 255 or 27.17% from 460); Max value from RGB is 181 - color contains mainly: green. Hex color #9AB57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB57D is #654A82. Grayscale: #A6A6A6. Windows color (decimal): -6638211 or 8238490. OLE color: 8238490.

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

Color convert

RGB154181125-
CMYK0.1500.310.29
HSL88.93º27.45%60%-
HSV(B)88.93º30.94%70.98%-
XYZ33.5541.425.62-
YUV166.54104.55119.05-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.48%
GREEN value IS 181 (71.09% from 255) = 39.35%
BLUE value IS 125 (49.22% from 255) = 27.17%
R=33.48%
G=39.35%
B=27.17%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1541811250.1500.310.2988.9327.4560
Hex9AB57DF01F1D591b3c
Octal23226517517037351313374
Binary10011010101101011111101111101111111101101100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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