#ACB219

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

Shades of Bahia #ACB219

Tints of Bahia #ACB219

Color information

#ACB219 (or 0xACB219) is unknown color: approx Bahia. HEX triplet: AC, B2 and 19. RGB value is (172,178,25). Sum of RGB (Red+Green+Blue) = 172+178+25=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB219 is #534DE6. Grayscale: #9F9F9F. Windows color (decimal): -5459431 or 1684140. OLE color: 1684140.

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

Color convert

RGB17217825-
CMYK0.0300.860.30
HSL62.35º75.37%39.8%-
HSV(B)62.35º85.96%69.8%-
XYZ33.1140.687.03-
YUV158.7652.51137.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 178 (69.92% from 255) = 47.47%
BLUE value IS 25 (10.16% from 255) = 6.67%
R=45.87%
G=47.47%
B=6.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal172178250.0300.860.3062.3575.3739.8
HexACB21930561E3e4b28
Octal2542623130126367611350
Binary1010110010110010110011101010110111101111101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB219; }

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

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

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

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

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

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

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

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