Html Css Color HEX #ACB721 Bahia

📋 copy color: '#ACB721'

red 172 ◦ green 183 ◦ blue 33

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

Shades of Bahia #ACB721

Tints of Bahia #ACB721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 8.51%

R = 44.33%
G = 47.16%
B = 8.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.82

 K value IS 0.28

RGB Variations

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

Color information

#ACB721 (or 0xACB721) is known color: Bahia. HEX triplet: AC, B7 and 21. RGB value is (172,183,33). Sum of RGB (Red+Green+Blue) = 172+183+33=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 183 (71.88% from 255 or 47.16% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB721 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB721 is #5348DE. Grayscale: #A3A3A3. Windows color (decimal): -5458143 or 2209708. OLE color: 2209708.

HSL color Cylindrical-coordinate representation of color #ACB721: hue angle of 64.4º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACB721 is Cyan = 0.06, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 33 -
CMYK 0.06 0 0.82 0.28
HSL 64.4º 0.69% 0.42% -
HSV(B) 64.4º 0.82% 0.72% -
XYZ 34.22 42.75 7.89 -
YUV 162.61 54.86 134.7 -
System Red Green Blue C M Y K H S L
Decimal 172 183 33 0.06 0 0.82 0.28 64.4 0.69 0.42
Hex AC B7 21 6 0 52 1C 40 45 2A
Octal 254 267 41 6 0 122 34 100 105 52
Binary 10101100 10110111 100001 110 0 1010010 11100 1000000 1000101 101010

Color Harmonies of #ACB721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB721

Black with #ACB721

Text Example


Text Example

White with #ACB721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB721; }

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

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

background-color css

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

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

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

border-color css

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

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

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