Html Css Color HEX #ACB321 Bahia

📋 copy color: '#ACB321'

red 172 ◦ green 179 ◦ blue 33

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

Shades of Bahia #ACB321

Tints of Bahia #ACB321

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

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

R = 44.79%
G = 46.61%
B = 8.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.30

RGB Variations

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

Color information

#ACB321 (or 0xACB321) is known color: Bahia. HEX triplet: AC, B3 and 21. RGB value is (172,179,33). Sum of RGB (Red+Green+Blue) = 172+179+33=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB321 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB321 is #534CDE. Grayscale: #A0A0A0. Windows color (decimal): -5459167 or 2208684. OLE color: 2208684.

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

Color convert

RGB 172 179 33 -
CMYK 0.04 0 0.82 0.30
HSL 62.88º 0.69% 0.42% -
HSV(B) 62.88º 0.82% 0.7% -
XYZ 33.41 41.12 7.62 -
YUV 160.26 56.18 136.37 -
System Red Green Blue C M Y K H S L
Decimal 172 179 33 0.04 0 0.82 0.30 62.88 0.69 0.42
Hex AC B3 21 4 0 52 1E 3F 45 2A
Octal 254 263 41 4 0 122 36 77 105 52
Binary 10101100 10110011 100001 100 0 1010010 11110 111111 1000101 101010

Color Harmonies of #ACB321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB321

Black with #ACB321

Text Example


Text Example

White with #ACB321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB321; }

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

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

background-color css

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

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

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

border-color css

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

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

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