Html Css Color HEX #ACB724 Bahia

📋 copy color: '#ACB724'

red 172 ◦ green 183 ◦ blue 36

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

Shades of Bahia #ACB724

Tints of Bahia #ACB724

RGB

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

 GREEN value IS 183 (71.88% from 255) = 46.8%

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

R = 43.99%
G = 46.8%
B = 9.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#ACB724 (or 0xACB724) is known color: Bahia. HEX triplet: AC, B7 and 24. RGB value is (172,183,36). Sum of RGB (Red+Green+Blue) = 172+183+36=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB724 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB724 is #5348DB. Grayscale: #A3A3A3. Windows color (decimal): -5458140 or 2406316. OLE color: 2406316.

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

Color convert

RGB 172 183 36 -
CMYK 0.06 0 0.80 0.28
HSL 64.49º 0.67% 0.43% -
HSV(B) 64.49º 0.8% 0.72% -
XYZ 34.27 42.77 8.12 -
YUV 162.95 56.36 134.45 -
System Red Green Blue C M Y K H S L
Decimal 172 183 36 0.06 0 0.80 0.28 64.49 0.67 0.43
Hex AC B7 24 6 0 50 1C 40 43 2B
Octal 254 267 44 6 0 120 34 100 103 53
Binary 10101100 10110111 100100 110 0 1010000 11100 1000000 1000011 101011

Color Harmonies of #ACB724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB724

Black with #ACB724

Text Example


Text Example

White with #ACB724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB724; }

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

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

background-color css

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

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

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

border-color css

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

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

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