#ABB08A

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

Shades of Bud #ABB08A

Tints of Bud #ABB08A

Color information

#ABB08A (or 0xABB08A) is unknown color: approx Bud. HEX triplet: AB, B0 and 8A. RGB value is (171,176,138). Sum of RGB (Red+Green+Blue) = 171+176+138=485 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.26% from 485); Green value is 176 (69.14% from 255 or 36.29% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08A is #544F75. Grayscale: #AAAAAA. Windows color (decimal): -5525366 or 9089195. OLE color: 9089195.

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

Color convert

RGB171176138-
CMYK0.0300.220.31
HSL67.89º19.39%61.57%-
HSV(B)67.89º21.59%69.02%-
XYZ36.9141.5430.12-
YUV170.17109.84128.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.26%
GREEN value IS 176 (69.14% from 255) = 36.29%
BLUE value IS 138 (54.30% from 255) = 28.45%
R=35.26%
G=36.29%
B=28.45%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761380.0300.220.3167.8919.3961.57
HexABB08A30161F44133e
Octal2532602123026371042376
Binary1010101110110000100010101101011011111100010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB08A; }

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

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

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

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

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

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

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

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