#ABB08B

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

Shades of Bud #ABB08B

Tints of Bud #ABB08B

Color information

#ABB08B (or 0xABB08B) is unknown color: approx Bud. HEX triplet: AB, B0 and 8B. RGB value is (171,176,139). Sum of RGB (Red+Green+Blue) = 171+176+139=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 176 (69.14% from 255 or 36.21% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB08B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB08B is #544F74. Grayscale: #AAAAAA. Windows color (decimal): -5525365 or 9154731. OLE color: 9154731.

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

Color convert

RGB171176139-
CMYK0.0300.210.31
HSL68.11º18.97%61.76%-
HSV(B)68.11º21.02%69.02%-
XYZ36.9841.5730.5-
YUV170.29110.34128.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.19%
GREEN value IS 176 (69.14% from 255) = 36.21%
BLUE value IS 139 (54.69% from 255) = 28.60%
R=35.19%
G=36.21%
B=28.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761390.0300.210.3168.1118.9761.76
HexABB08B30151F44133e
Octal2532602133025371042376
Binary1010101110110000100010111101010111111100010010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB08B; }

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

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

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

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

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

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

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

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