Html Css Color HEX #ACB421 Bahia

📋 copy color: '#ACB421'

red 172 ◦ green 180 ◦ blue 33

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

Shades of Bahia #ACB421

Tints of Bahia #ACB421

RGB

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

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

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

R = 44.68%
G = 46.75%
B = 8.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#ACB421 (or 0xACB421) is known color: Bahia. HEX triplet: AC, B4 and 21. RGB value is (172,180,33). Sum of RGB (Red+Green+Blue) = 172+180+33=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 180 (70.70% from 255 or 46.75% from 385); Blue value is 33 (13.28% from 255 or 8.57% from 385); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB421 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB421 is #534BDE. Grayscale: #A1A1A1. Windows color (decimal): -5458911 or 2208940. OLE color: 2208940.

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

Color convert

RGB 172 180 33 -
CMYK 0.04 0 0.82 0.29
HSL 63.27º 0.69% 0.42% -
HSV(B) 63.27º 0.82% 0.71% -
XYZ 33.61 41.52 7.68 -
YUV 160.85 55.85 135.95 -
System Red Green Blue C M Y K H S L
Decimal 172 180 33 0.04 0 0.82 0.29 63.27 0.69 0.42
Hex AC B4 21 4 0 52 1D 3F 45 2A
Octal 254 264 41 4 0 122 35 77 105 52
Binary 10101100 10110100 100001 100 0 1010010 11101 111111 1000101 101010

Color Harmonies of #ACB421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB421

Black with #ACB421

Text Example


Text Example

White with #ACB421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB421; }

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

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

background-color css

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

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

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

border-color css

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

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

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