#ABB085

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

Shades of Bud #ABB085

Tints of Bud #ABB085

Color information

#ABB085 (or 0xABB085) is unknown color: approx Bud. HEX triplet: AB, B0 and 85. RGB value is (171,176,133). Sum of RGB (Red+Green+Blue) = 171+176+133=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 176 (69.14% from 255 or 36.67% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 176 - color contains mainly: green. Hex color #ABB085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABB085 is #544F7A. Grayscale: #A9A9A9. Windows color (decimal): -5525371 or 8761515. OLE color: 8761515.

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

Color convert

RGB171176133-
CMYK0.0300.240.31
HSL66.98º21.39%60.59%-
HSV(B)66.98º24.43%69.02%-
XYZ36.5541.428.26-
YUV169.6107.34129-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 176 (69.14% from 255) = 36.67%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=35.62%
G=36.67%
B=27.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1711761330.0300.240.3166.9821.3960.59
HexABB08530181F43153d
Octal2532602053030371032575
Binary1010101110110000100001011101100011111100001110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB085; }

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

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

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

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

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

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

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

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