Html Css Color HEX #ACB324 Bahia

📋 copy color: '#ACB324'

red 172 ◦ green 179 ◦ blue 36

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

Shades of Bahia #ACB324

Tints of Bahia #ACB324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.25%

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

R = 44.44%
G = 46.25%
B = 9.3%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#ACB324 (or 0xACB324) is known color: Bahia. HEX triplet: AC, B3 and 24. RGB value is (172,179,36). Sum of RGB (Red+Green+Blue) = 172+179+36=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 179 (70.31% from 255 or 46.25% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB324 is #534CDB. Grayscale: #A1A1A1. Windows color (decimal): -5459164 or 2405292. OLE color: 2405292.

HSL color Cylindrical-coordinate representation of color #ACB324: hue angle of 62.94º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACB324 is Cyan = 0.04, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 36 -
CMYK 0.04 0 0.80 0.30
HSL 62.94º 0.67% 0.42% -
HSV(B) 62.94º 0.8% 0.7% -
XYZ 33.45 41.14 7.85 -
YUV 160.61 57.68 136.13 -
System Red Green Blue C M Y K H S L
Decimal 172 179 36 0.04 0 0.80 0.30 62.94 0.67 0.42
Hex AC B3 24 4 0 50 1E 3F 43 2A
Octal 254 263 44 4 0 120 36 77 103 52
Binary 10101100 10110011 100100 100 0 1010000 11110 111111 1000011 101010

Color Harmonies of #ACB324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB324

Black with #ACB324

Text Example


Text Example

White with #ACB324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB324; }

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

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

background-color css

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

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

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

border-color css

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

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

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