#9AB85D

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

Shades of Olivine #9AB85D

Tints of Olivine #9AB85D

Color information

#9AB85D (or 0x9AB85D) is unknown color: approx Olivine. HEX triplet: 9A, B8 and 5D. RGB value is (154,184,93). Sum of RGB (Red+Green+Blue) = 154+184+93=431 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.73% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB85D is #6547A2. Grayscale: #A4A4A4. Windows color (decimal): -6637475 or 6142106. OLE color: 6142106.

HSL color Cylindrical-coordinate representation of color #9AB85D: hue angle of 79.78º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9AB85D is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB15418493-
CMYK0.1600.490.28
HSL79.78º39.06%54.31%-
HSV(B)79.78º49.46%72.16%-
XYZ32.4441.9416.74-
YUV164.6687.56120.4-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.73%
GREEN value IS 184 (72.27% from 255) = 42.69%
BLUE value IS 93 (36.72% from 255) = 21.58%
R=35.73%
G=42.69%
B=21.58%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184930.1600.490.2879.7839.0654.31
Hex9AB85D100311C502736
Octal23227013520061341204766
Binary10011010101110001011101100000110001111001010000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,184,93); }

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

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

 a { background-color: rgb(154,184,93); }

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

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

 span { border-color: rgb(154,184,93); }

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