Html Css Color HEX #ACB720 Bahia

📋 copy color: '#ACB720'

red 172 ◦ green 183 ◦ blue 32

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

Shades of Bahia #ACB720

Tints of Bahia #ACB720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 8.27%

R = 44.44%
G = 47.29%
B = 8.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#ACB720 (or 0xACB720) is known color: Bahia. HEX triplet: AC, B7 and 20. RGB value is (172,183,32). Sum of RGB (Red+Green+Blue) = 172+183+32=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 183 (71.88% from 255 or 47.29% from 387); Blue value is 32 (12.89% from 255 or 8.27% from 387); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB720 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB720 is #5348DF. Grayscale: #A3A3A3. Windows color (decimal): -5458144 or 2144172. OLE color: 2144172.

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

Color convert

RGB 172 183 32 -
CMYK 0.06 0 0.83 0.28
HSL 64.37º 0.7% 0.42% -
HSV(B) 64.37º 0.83% 0.72% -
XYZ 34.21 42.74 7.81 -
YUV 162.5 54.36 134.78 -
System Red Green Blue C M Y K H S L
Decimal 172 183 32 0.06 0 0.83 0.28 64.37 0.7 0.42
Hex AC B7 20 6 0 53 1C 40 46 2A
Octal 254 267 40 6 0 123 34 100 106 52
Binary 10101100 10110111 100000 110 0 1010011 11100 1000000 1000110 101010

Color Harmonies of #ACB720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB720

Black with #ACB720

Text Example


Text Example

White with #ACB720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB720; }

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

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

background-color css

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

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

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

border-color css

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

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

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