Html Css Color HEX #ACB532 Bahia

📋 copy color: '#ACB532'

red 172 ◦ green 181 ◦ blue 50

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

Shades of Bahia #ACB532

Tints of Bahia #ACB532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 12.41%

R = 42.68%
G = 44.91%
B = 12.41%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#ACB532 (or 0xACB532) is known color: Bahia. HEX triplet: AC, B5 and 32. RGB value is (172,181,50). Sum of RGB (Red+Green+Blue) = 172+181+50=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB532 is #534ACD. Grayscale: #A3A3A3. Windows color (decimal): -5458638 or 3323308. OLE color: 3323308.

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

Color convert

RGB 172 181 50 -
CMYK 0.05 0 0.72 0.29
HSL 64.12º 0.57% 0.45% -
HSV(B) 64.12º 0.72% 0.71% -
XYZ 34.11 42.05 9.34 -
YUV 163.38 64.02 134.15 -
System Red Green Blue C M Y K H S L
Decimal 172 181 50 0.05 0 0.72 0.29 64.12 0.57 0.45
Hex AC B5 32 5 0 48 1D 40 39 2D
Octal 254 265 62 5 0 110 35 100 71 55
Binary 10101100 10110101 110010 101 0 1001000 11101 1000000 111001 101101

Color Harmonies of #ACB532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB532

Black with #ACB532

Text Example


Text Example

White with #ACB532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB532; }

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

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

background-color css

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

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

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

border-color css

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

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

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