#ACB52F

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

Shades of Bahia #ACB52F

Tints of Bahia #ACB52F

Color information

#ACB52F (or 0xACB52F) is unknown color: approx Bahia. HEX triplet: AC, B5 and 2F. RGB value is (172,181,47). Sum of RGB (Red+Green+Blue) = 172+181+47=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 181 (71.09% from 255 or 45.25% from 400); Blue value is 47 (18.75% from 255 or 11.75% from 400); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB52F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB52F is #534AD0. Grayscale: #A3A3A3. Windows color (decimal): -5458641 or 3126700. OLE color: 3126700.

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

Color convert

RGB17218147-
CMYK0.0500.740.29
HSL64.03º58.77%44.71%-
HSV(B)64.03º74.03%70.98%-
XYZ34.0542.029.01-
YUV163.0362.52134.4-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43%
GREEN value IS 181 (71.09% from 255) = 45.25%
BLUE value IS 47 (18.75% from 255) = 11.75%
R=43%
G=45.25%
B=11.75%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181470.0500.740.2964.0358.7744.71
HexACB52F504A1D403b2d
Octal2542655750112351007355
Binary101011001011010110111110101001010111011000000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB52F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB52F; }

 p { color: rgb(172,181,47); }

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

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

 a { background-color: rgb(172,181,47); }

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

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

 span { border-color: rgb(172,181,47); }

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