#abb528

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

Shades of Bahia #ABB528

Tints of Bahia #ABB528

Color information

#ABB528 (or 0xABB528) is unknown color: approx Bahia. HEX triplet: AB, B5 and 28. RGB value is (171,181,40). Sum of RGB (Red+Green+Blue) = 171+181+40=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 181 (71.09% from 255 or 46.17% from 392); Blue value is 40 (16.02% from 255 or 10.20% from 392); Max value from RGB is 181 - color contains mainly: green. Hex color #ABB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB528 is #544AD7. Grayscale: #A2A2A2. Windows color (decimal): -5524184 or 2667947. OLE color: 2667947.

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

Color convert

RGB17118140-
CMYK0.0600.780.29
HSL64.26º63.8%43.33%-
HSV(B)64.26º77.9%70.98%-
XYZ33.741.868.31-
YUV161.9459.19134.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.62%
GREEN value IS 181 (71.09% from 255) = 46.17%
BLUE value IS 40 (16.02% from 255) = 10.20%
R=43.62%
G=46.17%
B=10.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171181400.0600.780.2964.2663.843.33
HexABB528604E1D40402b
Octal25326550601163510010053
Binary1010101110110101101000110010011101110110000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abb528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abb528; }

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

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

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

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

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

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

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

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