Html Css Color HEX #ACB520 Bahia

📋 copy color: '#ACB520'

red 172 ◦ green 181 ◦ blue 32

#ACB520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #ACB520

Tints of Bahia #ACB520

RGB

 RED value IS 172 (67.58% from 255) = 44.68%

 GREEN value IS 181 (71.09% from 255) = 47.01%

 BLUE value IS 32 (12.89% from 255) = 8.31%

R = 44.68%
G = 47.01%
B = 8.31%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#ACB520 (or 0xACB520) is known color: Bahia. HEX triplet: AC, B5 and 20. RGB value is (172,181,32). Sum of RGB (Red+Green+Blue) = 172+181+32=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 32 (12.89% from 255 or 8.31% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB520 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB520 is #534ADF. Grayscale: #A1A1A1. Windows color (decimal): -5458656 or 2143660. OLE color: 2143660.

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

Color convert

RGB 172 181 32 -
CMYK 0.05 0 0.82 0.29
HSL 63.62º 0.7% 0.42% -
HSV(B) 63.62º 0.82% 0.71% -
XYZ 33.8 41.92 7.68 -
YUV 161.32 55.02 135.62 -
System Red Green Blue C M Y K H S L
Decimal 172 181 32 0.05 0 0.82 0.29 63.62 0.7 0.42
Hex AC B5 20 5 0 52 1D 40 46 2A
Octal 254 265 40 5 0 122 35 100 106 52
Binary 10101100 10110101 100000 101 0 1010010 11101 1000000 1000110 101010

Color Harmonies of #ACB520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB520

Black with #ACB520

Text Example


Text Example

White with #ACB520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB520; }

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

 H1.HeaderClassName
 {
   color: #ACB520;
 }
 .AnyTagClassName
 {
   color: #ACB520;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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