Html Css Color HEX #ACB531 Bahia

📋 copy color: '#ACB531'

red 172 ◦ green 181 ◦ blue 49

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

Shades of Bahia #ACB531

Tints of Bahia #ACB531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 12.19%

R = 42.79%
G = 45.02%
B = 12.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#ACB531 (or 0xACB531) is known color: Bahia. HEX triplet: AC, B5 and 31. RGB value is (172,181,49). Sum of RGB (Red+Green+Blue) = 172+181+49=402 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.79% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 49 (19.53% from 255 or 12.19% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB531 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB531 is #534ACE. Grayscale: #A3A3A3. Windows color (decimal): -5458639 or 3257772. OLE color: 3257772.

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

Color convert

RGB 172 181 49 -
CMYK 0.05 0 0.73 0.29
HSL 64.09º 0.57% 0.45% -
HSV(B) 64.09º 0.73% 0.71% -
XYZ 34.09 42.04 9.22 -
YUV 163.26 63.52 134.23 -
System Red Green Blue C M Y K H S L
Decimal 172 181 49 0.05 0 0.73 0.29 64.09 0.57 0.45
Hex AC B5 31 5 0 49 1D 40 39 2D
Octal 254 265 61 5 0 111 35 100 71 55
Binary 10101100 10110101 110001 101 0 1001001 11101 1000000 111001 101101

Color Harmonies of #ACB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB531

Black with #ACB531

Text Example


Text Example

White with #ACB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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