#ABB08E

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

Shades of Bud #ABB08E

Tints of Bud #ABB08E

Color information

#ABB08E (or 0xABB08E) is unknown color: approx Bud. HEX triplet: AB, B0 and 8E. RGB value is (171,176,142). Sum of RGB (Red+Green+Blue) = 171+176+142=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 142 (55.86% from 255 or 29.04% from 489); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08E is #544F71. Grayscale: #AAAAAA. Windows color (decimal): -5525362 or 9351339. OLE color: 9351339.

HSL color Cylindrical-coordinate representation of color #ABB08E: hue angle of 68.82º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABB08E is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB171176142-
CMYK0.0300.190.31
HSL68.82º17.71%62.35%-
HSV(B)68.82º19.32%69.02%-
XYZ37.241.6631.67-
YUV170.63111.84128.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.97%
GREEN value IS 176 (69.14% from 255) = 35.99%
BLUE value IS 142 (55.86% from 255) = 29.04%
R=34.97%
G=35.99%
B=29.04%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761420.0300.190.3168.8217.7162.35
HexABB08E30131F45123e
Octal2532602163023371052276
Binary1010101110110000100011101101001111111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB08E; }

 p { color: rgb(171,176,142); }

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

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

 a { background-color: rgb(171,176,142); }

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

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

 span { border-color: rgb(171,176,142); }

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