#9AB85F

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

Shades of Olivine #9AB85F

Tints of Olivine #9AB85F

Color information

#9AB85F (or 0x9AB85F) is unknown color: approx Olivine. HEX triplet: 9A, B8 and 5F. RGB value is (154,184,95). Sum of RGB (Red+Green+Blue) = 154+184+95=433 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.57% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 95 (37.5% from 255 or 21.94% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #9AB85F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AB85F is #6547A0. Grayscale: #A5A5A5. Windows color (decimal): -6637473 or 6273178. OLE color: 6273178.

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

Color convert

RGB15418495-
CMYK0.1600.480.28
HSL80.22º38.53%54.71%-
HSV(B)80.22º48.37%72.16%-
XYZ32.5341.9817.21-
YUV164.8888.56120.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.57%
GREEN value IS 184 (72.27% from 255) = 42.49%
BLUE value IS 95 (37.5% from 255) = 21.94%
R=35.57%
G=42.49%
B=21.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal154184950.1600.480.2880.2238.5354.71
Hex9AB85F100301C502737
Octal23227013720060341204767
Binary10011010101110001011111100000110000111001010000100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB85F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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