Html Css Color HEX #ACB920 Bahia

📋 copy color: '#ACB920'

red 172 ◦ green 185 ◦ blue 32

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

Shades of Bahia #ACB920

Tints of Bahia #ACB920

RGB

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

 GREEN value IS 185 (72.66% from 255) = 47.56%

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

R = 44.22%
G = 47.56%
B = 8.23%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#ACB920 (or 0xACB920) is known color: Bahia. HEX triplet: AC, B9 and 20. RGB value is (172,185,32). Sum of RGB (Red+Green+Blue) = 172+185+32=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 185 (72.66% from 255 or 47.56% from 389); Blue value is 32 (12.89% from 255 or 8.23% from 389); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB920 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB920 is #5346DF. Grayscale: #A4A4A4. Windows color (decimal): -5457632 or 2144684. OLE color: 2144684.

HSL color Cylindrical-coordinate representation of color #ACB920: hue angle of 65.1º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACB920 is Cyan = 0.07, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 185 32 -
CMYK 0.07 0 0.83 0.27
HSL 65.1º 0.71% 0.43% -
HSV(B) 65.1º 0.83% 0.73% -
XYZ 34.62 43.57 7.95 -
YUV 163.67 53.69 133.94 -
System Red Green Blue C M Y K H S L
Decimal 172 185 32 0.07 0 0.83 0.27 65.1 0.71 0.43
Hex AC B9 20 7 0 53 1B 41 47 2B
Octal 254 271 40 7 0 123 33 101 107 53
Binary 10101100 10111001 100000 111 0 1010011 11011 1000001 1000111 101011

Color Harmonies of #ACB920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB920

Black with #ACB920

Text Example


Text Example

White with #ACB920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB920; }

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

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

background-color css

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

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

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

border-color css

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

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

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