Html Css Color HEX #ACB524 Bahia

📋 copy color: '#ACB524'

red 172 ◦ green 181 ◦ blue 36

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

Shades of Bahia #ACB524

Tints of Bahia #ACB524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 9.25%

R = 44.22%
G = 46.53%
B = 9.25%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#ACB524 (or 0xACB524) is known color: Bahia. HEX triplet: AC, B5 and 24. RGB value is (172,181,36). Sum of RGB (Red+Green+Blue) = 172+181+36=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 36 (14.45% from 255 or 9.25% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB524 is #534ADB. Grayscale: #A2A2A2. Windows color (decimal): -5458652 or 2405804. OLE color: 2405804.

HSL color Cylindrical-coordinate representation of color #ACB524: hue angle of 63.72º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB524 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 36 -
CMYK 0.05 0 0.80 0.29
HSL 63.72º 0.67% 0.43% -
HSV(B) 63.72º 0.8% 0.71% -
XYZ 33.86 41.95 7.98 -
YUV 161.78 57.02 135.29 -
System Red Green Blue C M Y K H S L
Decimal 172 181 36 0.05 0 0.80 0.29 63.72 0.67 0.43
Hex AC B5 24 5 0 50 1D 40 43 2B
Octal 254 265 44 5 0 120 35 100 103 53
Binary 10101100 10110101 100100 101 0 1010000 11101 1000000 1000011 101011

Color Harmonies of #ACB524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB524

Black with #ACB524

Text Example


Text Example

White with #ACB524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB524; }

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

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

background-color css

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

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

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

border-color css

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

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

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