#ABB531

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

Shades of Bahia #ABB531

Tints of Bahia #ABB531

Color information

#ABB531 (or 0xABB531) is unknown color: approx Bahia. HEX triplet: AB, B5 and 31. RGB value is (171,181,49). Sum of RGB (Red+Green+Blue) = 171+181+49=401 (53% of max value = 765). Red value is 171 (67.19% from 255 or 42.64% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 49 (19.53% from 255 or 12.22% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB531 is #544ACE. Grayscale: #A3A3A3. Windows color (decimal): -5524175 or 3257771. OLE color: 3257771.

HSL color Cylindrical-coordinate representation of color #ABB531: hue angle of 64.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABB531 is Cyan = 0.06, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB17118149-
CMYK0.0600.730.29
HSL64.55º57.39%45.1%-
HSV(B)64.55º72.93%70.98%-
XYZ33.8741.939.21-
YUV162.9663.69133.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 42.64%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 49 (19.53% from 255) = 12.22%
R=42.64%
G=45.14%
B=12.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181490.0600.730.2964.5557.3945.1
HexABB53160491D41392d
Octal2532656160111351017155
Binary101010111011010111000111001001001111011000001111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB531; }

 p { color: rgb(171,181,49); }

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

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

 a { background-color: rgb(171,181,49); }

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

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

 span { border-color: rgb(171,181,49); }

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