Html Css Color HEX #ACB523 Bahia

📋 copy color: '#ACB523'

red 172 ◦ green 181 ◦ blue 35

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

Shades of Bahia #ACB523

Tints of Bahia #ACB523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.02%

R = 44.33%
G = 46.65%
B = 9.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.81

 K value IS 0.29

RGB Variations

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

Color information

#ACB523 (or 0xACB523) is known color: Bahia. HEX triplet: AC, B5 and 23. RGB value is (172,181,35). Sum of RGB (Red+Green+Blue) = 172+181+35=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 35 (14.06% from 255 or 9.02% from 388); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB523 is #534ADC. Grayscale: #A2A2A2. Windows color (decimal): -5458653 or 2340268. OLE color: 2340268.

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

Color convert

RGB 172 181 35 -
CMYK 0.05 0 0.81 0.29
HSL 63.7º 0.68% 0.42% -
HSV(B) 63.7º 0.81% 0.71% -
XYZ 33.84 41.94 7.9 -
YUV 161.67 56.52 135.37 -
System Red Green Blue C M Y K H S L
Decimal 172 181 35 0.05 0 0.81 0.29 63.7 0.68 0.42
Hex AC B5 23 5 0 51 1D 40 44 2A
Octal 254 265 43 5 0 121 35 100 104 52
Binary 10101100 10110101 100011 101 0 1010001 11101 1000000 1000100 101010

Color Harmonies of #ACB523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB523

Black with #ACB523

Text Example


Text Example

White with #ACB523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB523; }

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

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

background-color css

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

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

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

border-color css

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

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

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