#ACB228

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

Shades of Bahia #ACB228

Tints of Bahia #ACB228

Color information

#ACB228 (or 0xACB228) is unknown color: approx Bahia. HEX triplet: AC, B2 and 28. RGB value is (172,178,40). Sum of RGB (Red+Green+Blue) = 172+178+40=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB228 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #ACB228 is #534DD7. Grayscale: #A1A1A1. Windows color (decimal): -5459416 or 2667180. OLE color: 2667180.

HSL color Cylindrical-coordinate representation of color #ACB228: hue angle of 62.61º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACB228 is Cyan = 0.03, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.

Color convert

RGB17217840-
CMYK0.0300.780.30
HSL62.61º63.3%42.75%-
HSV(B)62.61º77.53%69.8%-
XYZ33.3240.768.12-
YUV160.4760.01136.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.10%
GREEN value IS 178 (69.92% from 255) = 45.64%
BLUE value IS 40 (16.02% from 255) = 10.26%
R=44.10%
G=45.64%
B=10.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172178400.0300.780.3062.6163.342.75
HexACB228304E1E3f3f2b
Octal254262503011636777753
Binary1010110010110010101000110100111011110111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB228; }

 p { color: rgb(172,178,40); }

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

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

 a { background-color: rgb(172,178,40); }

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

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

 span { border-color: rgb(172,178,40); }

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