#9ABC6A

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

Shades of Olivine #9ABC6A

Tints of Olivine #9ABC6A

Color information

#9ABC6A (or 0x9ABC6A) is unknown color: approx Olivine. HEX triplet: 9A, BC and 6A. RGB value is (154,188,106). Sum of RGB (Red+Green+Blue) = 154+188+106=448 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.38% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 188 - color contains mainly: green. Hex color #9ABC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ABC6A is #654395. Grayscale: #A8A8A8. Windows color (decimal): -6636438 or 6995098. OLE color: 6995098.

HSL color Cylindrical-coordinate representation of color #9ABC6A: hue angle of 84.88º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9ABC6A is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB154188106-
CMYK0.1800.440.26
HSL84.88º37.96%57.65%-
HSV(B)84.88º43.62%73.73%-
XYZ33.9143.8820.32-
YUV168.4992.74117.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.38%
GREEN value IS 188 (73.83% from 255) = 41.96%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=34.38%
G=41.96%
B=23.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1541881060.1800.440.2684.8837.9657.65
Hex9ABC6A1202C1A55263a
Octal23227415222054321254672
Binary10011010101111001101010100100101100110101010101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ABC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,188,106); }

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

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

 a { background-color: rgb(154,188,106); }

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

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

 span { border-color: rgb(154,188,106); }

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