#ABB08C

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

Shades of Bud #ABB08C

Tints of Bud #ABB08C

Color information

#ABB08C (or 0xABB08C) is unknown color: approx Bud. HEX triplet: AB, B0 and 8C. RGB value is (171,176,140). Sum of RGB (Red+Green+Blue) = 171+176+140=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 140 (55.08% from 255 or 28.75% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08C is #544F73. Grayscale: #AAAAAA. Windows color (decimal): -5525364 or 9220267. OLE color: 9220267.

HSL color Cylindrical-coordinate representation of color #ABB08C: hue angle of 68.33º degrees, saturation: 0.19, 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 #ABB08C is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB171176140-
CMYK0.0300.200.31
HSL68.33º18.56%61.96%-
HSV(B)68.33º20.45%69.02%-
XYZ37.0541.630.89-
YUV170.4110.84128.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 176 (69.14% from 255) = 36.14%
BLUE value IS 140 (55.08% from 255) = 28.75%
R=35.11%
G=36.14%
B=28.75%

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
Decimal1711761400.0300.200.3168.3318.5661.96
HexABB08C30141F44133e
Octal2532602143024371042376
Binary1010101110110000100011001101010011111100010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB08C; }

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

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

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

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

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

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

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

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