#ABB08D

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

Shades of Bud #ABB08D

Tints of Bud #ABB08D

Color information

#ABB08D (or 0xABB08D) is unknown color: approx Bud. HEX triplet: AB, B0 and 8D. RGB value is (171,176,141). Sum of RGB (Red+Green+Blue) = 171+176+141=488 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.04% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 141 (55.47% from 255 or 28.89% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08D is #544F72. Grayscale: #AAAAAA. Windows color (decimal): -5525363 or 9285803. OLE color: 9285803.

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

Color convert

RGB171176141-
CMYK0.0300.200.31
HSL68.57º18.13%62.16%-
HSV(B)68.57º19.89%69.02%-
XYZ37.1341.6331.28-
YUV170.52111.34128.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.04%
GREEN value IS 176 (69.14% from 255) = 36.07%
BLUE value IS 141 (55.47% from 255) = 28.89%
R=35.04%
G=36.07%
B=28.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761410.0300.200.3168.5718.1362.16
HexABB08D30141F45123e
Octal2532602153024371052276
Binary1010101110110000100011011101010011111100010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB08D; }

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

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

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

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

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

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

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

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