#ABB428

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

Shades of Bahia #ABB428

Tints of Bahia #ABB428

Color information

#ABB428 (or 0xABB428) is unknown color: approx Bahia. HEX triplet: AB, B4 and 28. RGB value is (171,180,40). Sum of RGB (Red+Green+Blue) = 171+180+40=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 180 (70.70% from 255 or 46.04% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB428 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABB428 is #544BD7. Grayscale: #A1A1A1. Windows color (decimal): -5524440 or 2667691. OLE color: 2667691.

HSL color Cylindrical-coordinate representation of color #ABB428: hue angle of 63.86º 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 #ABB428 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB17118040-
CMYK0.0500.780.29
HSL63.86º63.64%43.14%-
HSV(B)63.86º77.78%70.59%-
XYZ33.541.458.24-
YUV161.3559.52134.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 43.73%
GREEN value IS 180 (70.70% from 255) = 46.04%
BLUE value IS 40 (16.02% from 255) = 10.23%
R=43.73%
G=46.04%
B=10.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal171180400.0500.780.2963.8663.6443.14
HexABB428504E1D40402b
Octal25326450501163510010053
Binary1010101110110100101000101010011101110110000001000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB428; }

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

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

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

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

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

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

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

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