Html Css Color HEX #ACB924 Bahia

📋 copy color: '#ACB924'

red 172 ◦ green 185 ◦ blue 36

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

Shades of Bahia #ACB924

Tints of Bahia #ACB924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.07%

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

R = 43.77%
G = 47.07%
B = 9.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#ACB924 (or 0xACB924) is known color: Bahia. HEX triplet: AC, B9 and 24. RGB value is (172,185,36). Sum of RGB (Red+Green+Blue) = 172+185+36=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 185 (72.66% from 255 or 47.07% from 393); Blue value is 36 (14.45% from 255 or 9.16% from 393); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB924 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB924 is #5346DB. Grayscale: #A4A4A4. Windows color (decimal): -5457628 or 2406828. OLE color: 2406828.

HSL color Cylindrical-coordinate representation of color #ACB924: hue angle of 65.23º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACB924 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 36 -
CMYK 0.07 0 0.81 0.27
HSL 65.23º 0.67% 0.43% -
HSV(B) 65.23º 0.81% 0.73% -
XYZ 34.68 43.6 8.26 -
YUV 164.13 55.69 133.62 -
System Red Green Blue C M Y K H S L
Decimal 172 185 36 0.07 0 0.81 0.27 65.23 0.67 0.43
Hex AC B9 24 7 0 51 1B 41 43 2B
Octal 254 271 44 7 0 121 33 101 103 53
Binary 10101100 10111001 100100 111 0 1010001 11011 1000001 1000011 101011

Color Harmonies of #ACB924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB924

Black with #ACB924

Text Example


Text Example

White with #ACB924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB924; }

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

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

background-color css

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

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

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

border-color css

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

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

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