Html Css Color HEX #ACB521 Bahia

📋 copy color: '#ACB521'

red 172 ◦ green 181 ◦ blue 33

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

Shades of Bahia #ACB521

Tints of Bahia #ACB521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.55%

R = 44.56%
G = 46.89%
B = 8.55%

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

#ACB521 (or 0xACB521) is known color: Bahia. HEX triplet: AC, B5 and 21. RGB value is (172,181,33). Sum of RGB (Red+Green+Blue) = 172+181+33=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 33 (13.28% from 255 or 8.55% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB521 is #534ADE. Grayscale: #A2A2A2. Windows color (decimal): -5458655 or 2209196. OLE color: 2209196.

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

Color convert

RGB 172 181 33 -
CMYK 0.05 0 0.82 0.29
HSL 63.65º 0.69% 0.42% -
HSV(B) 63.65º 0.82% 0.71% -
XYZ 33.81 41.93 7.75 -
YUV 161.44 55.52 135.53 -
System Red Green Blue C M Y K H S L
Decimal 172 181 33 0.05 0 0.82 0.29 63.65 0.69 0.42
Hex AC B5 21 5 0 52 1D 40 45 2A
Octal 254 265 41 5 0 122 35 100 105 52
Binary 10101100 10110101 100001 101 0 1010010 11101 1000000 1000101 101010

Color Harmonies of #ACB521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB521

Black with #ACB521

Text Example


Text Example

White with #ACB521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB521; }

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

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

background-color css

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

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

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

border-color css

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

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

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