Html Css Color HEX #ACB424 Bahia

📋 copy color: '#ACB424'

red 172 ◦ green 180 ◦ blue 36

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

Shades of Bahia #ACB424

Tints of Bahia #ACB424

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.39%

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

R = 44.33%
G = 46.39%
B = 9.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.8

 K value IS 0.29

RGB Variations

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

Color information

#ACB424 (or 0xACB424) is known color: Bahia. HEX triplet: AC, B4 and 24. RGB value is (172,180,36). Sum of RGB (Red+Green+Blue) = 172+180+36=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 180 (70.70% from 255 or 46.39% from 388); Blue value is 36 (14.45% from 255 or 9.28% from 388); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB424 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB424 is #534BDB. Grayscale: #A1A1A1. Windows color (decimal): -5458908 or 2405548. OLE color: 2405548.

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

Color convert

RGB 172 180 36 -
CMYK 0.04 0 0.8 0.29
HSL 63.33º 0.67% 0.42% -
HSV(B) 63.33º 0.8% 0.71% -
XYZ 33.65 41.54 7.91 -
YUV 161.19 57.35 135.71 -
System Red Green Blue C M Y K H S L
Decimal 172 180 36 0.04 0 0.8 0.29 63.33 0.67 0.42
Hex AC B4 24 4 0 50 1D 3F 43 2A
Octal 254 264 44 4 0 120 35 77 103 52
Binary 10101100 10110100 100100 100 0 1010000 11101 111111 1000011 101010

Color Harmonies of #ACB424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB424

Black with #ACB424

Text Example


Text Example

White with #ACB424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB424; }

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

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

background-color css

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

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

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

border-color css

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

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

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