Html Css Color HEX #ACB824 Bahia

📋 copy color: '#ACB824'

red 172 ◦ green 184 ◦ blue 36

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

Shades of Bahia #ACB824

Tints of Bahia #ACB824

RGB

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

 GREEN value IS 184 (72.27% from 255) = 46.94%

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

R = 43.88%
G = 46.94%
B = 9.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.80

 K value IS 0.28

RGB Variations

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

Color information

#ACB824 (or 0xACB824) is known color: Bahia. HEX triplet: AC, B8 and 24. RGB value is (172,184,36). Sum of RGB (Red+Green+Blue) = 172+184+36=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 184 (72.27% from 255 or 46.94% from 392); Blue value is 36 (14.45% from 255 or 9.18% from 392); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB824 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB824 is #5347DB. Grayscale: #A4A4A4. Windows color (decimal): -5457884 or 2406572. OLE color: 2406572.

HSL color Cylindrical-coordinate representation of color #ACB824: hue angle of 64.86º 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 #ACB824 is Cyan = 0.07, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 36 -
CMYK 0.07 0 0.80 0.28
HSL 64.86º 0.67% 0.43% -
HSV(B) 64.86º 0.8% 0.72% -
XYZ 34.47 43.18 8.19 -
YUV 163.54 56.02 134.03 -
System Red Green Blue C M Y K H S L
Decimal 172 184 36 0.07 0 0.80 0.28 64.86 0.67 0.43
Hex AC B8 24 7 0 50 1C 41 43 2B
Octal 254 270 44 7 0 120 34 101 103 53
Binary 10101100 10111000 100100 111 0 1010000 11100 1000001 1000011 101011

Color Harmonies of #ACB824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB824

Black with #ACB824

Text Example


Text Example

White with #ACB824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB824; }

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

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

background-color css

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

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

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

border-color css

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

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

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