#ABB08F

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

Shades of Bud #ABB08F

Tints of Bud #ABB08F

Color information

#ABB08F (or 0xABB08F) is unknown color: approx Bud. HEX triplet: AB, B0 and 8F. RGB value is (171,176,143). Sum of RGB (Red+Green+Blue) = 171+176+143=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 176 (69.14% from 255 or 35.92% from 490); Blue value is 143 (56.25% from 255 or 29.18% from 490); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08F is #544F70. Grayscale: #AAAAAA. Windows color (decimal): -5525361 or 9416875. OLE color: 9416875.

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

Color convert

RGB171176143-
CMYK0.0300.190.31
HSL69.09º17.28%62.55%-
HSV(B)69.09º18.75%69.02%-
XYZ37.2841.6932.07-
YUV170.74112.34128.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 176 (69.14% from 255) = 35.92%
BLUE value IS 143 (56.25% from 255) = 29.18%
R=34.90%
G=35.92%
B=29.18%

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
Decimal1711761430.0300.190.3169.0917.2862.55
HexABB08F30131F45113f
Octal2532602173023371052177
Binary1010101110110000100011111101001111111100010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB08F; }

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

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

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

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

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

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

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

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