#ABB084

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

Shades of Bud #ABB084

Tints of Bud #ABB084

Color information

#ABB084 (or 0xABB084) is unknown color: approx Bud. HEX triplet: AB, B0 and 84. RGB value is (171,176,132). Sum of RGB (Red+Green+Blue) = 171+176+132=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 132 (51.95% from 255 or 27.56% from 479); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB084 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB084 is #544F7B. Grayscale: #A9A9A9. Windows color (decimal): -5525372 or 8695979. OLE color: 8695979.

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

Color convert

RGB171176132-
CMYK0.0300.250.31
HSL66.82º21.78%60.39%-
HSV(B)66.82º25%69.02%-
XYZ36.4841.3727.89-
YUV169.49106.84129.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.70%
GREEN value IS 176 (69.14% from 255) = 36.74%
BLUE value IS 132 (51.95% from 255) = 27.56%
R=35.70%
G=36.74%
B=27.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761320.0300.250.3166.8221.7860.39
HexABB08430191F43163c
Octal2532602043031371032674
Binary1010101110110000100001001101100111111100001110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB084; }

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

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

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

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

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

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

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

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