#9AB26A

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

Shades of Olivine #9AB26A

Tints of Olivine #9AB26A

Color information

#9AB26A (or 0x9AB26A) is unknown color: approx Olivine. HEX triplet: 9A, B2 and 6A. RGB value is (154,178,106). Sum of RGB (Red+Green+Blue) = 154+178+106=438 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.16% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 106 (41.80% from 255 or 24.20% from 438); Max value from RGB is 178 - color contains mainly: green. Hex color #9AB26A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AB26A is #654D95. Grayscale: #A2A2A2. Windows color (decimal): -6638998 or 6992538. OLE color: 6992538.

HSL color Cylindrical-coordinate representation of color #9AB26A: hue angle of 80º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AB26A is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB154178106-
CMYK0.1300.400.30
HSL80º31.86%55.69%-
HSV(B)80º40.45%69.8%-
XYZ31.8539.7519.63-
YUV162.6296.05121.85-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 35.16%
GREEN value IS 178 (69.92% from 255) = 40.64%
BLUE value IS 106 (41.80% from 255) = 24.20%
R=35.16%
G=40.64%
B=24.20%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1541781060.1300.400.308031.8655.69
Hex9AB26AD0281E502038
Octal23226215215050361204070
Binary1001101010110010110101011010101000111101010000100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AB26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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