#8AB26D

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

Shades of Olivine #8AB26D

Tints of Olivine #8AB26D

Color information

#8AB26D (or 0x8AB26D) is unknown color: approx Olivine. HEX triplet: 8A, B2 and 6D. RGB value is (138,178,109). Sum of RGB (Red+Green+Blue) = 138+178+109=425 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.47% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #8AB26D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8AB26D is #754D92. Grayscale: #9E9E9E. Windows color (decimal): -7687571 or 7189130. OLE color: 7189130.

HSL color Cylindrical-coordinate representation of color #8AB26D: hue angle of 94.78º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8AB26D is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB138178109-
CMYK0.2200.390.30
HSL94.78º30.94%56.27%-
HSV(B)94.78º38.76%69.8%-
XYZ29.1638.3520.33-
YUV158.17100.25113.61-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 32.47%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=32.47%
G=41.88%
B=25.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1381781090.2200.390.3094.7830.9456.27
Hex8AB26D160271E5f1f38
Octal21226215526047361373770
Binary1000101010110010110110110110010011111110101111111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AB26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8AB26D; }

 p { color: rgb(138,178,109); }

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

<style>
 a { background-color: #8AB26D; }

 a { background-color: rgb(138,178,109); }

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

<style>
 span { border-color: #8AB26D; }

 span { border-color: rgb(138,178,109); }

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