Html Css Color HEX #ACB419 Bahia

📋 copy color: '#ACB419'

red 172 ◦ green 180 ◦ blue 25

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

Shades of Bahia #ACB419

Tints of Bahia #ACB419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.63%

R = 45.62%
G = 47.75%
B = 6.63%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#ACB419 (or 0xACB419) is known color: Bahia. HEX triplet: AC, B4 and 19. RGB value is (172,180,25). Sum of RGB (Red+Green+Blue) = 172+180+25=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 180 (70.70% from 255 or 47.75% from 377); Blue value is 25 (10.16% from 255 or 6.63% from 377); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB419 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB419 is #534BE6. Grayscale: #A0A0A0. Windows color (decimal): -5458919 or 1684652. OLE color: 1684652.

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

Color convert

RGB 172 180 25 -
CMYK 0.04 0 0.86 0.29
HSL 63.1º 0.76% 0.4% -
HSV(B) 63.1º 0.86% 0.71% -
XYZ 33.51 41.48 7.16 -
YUV 159.94 51.85 136.6 -
System Red Green Blue C M Y K H S L
Decimal 172 180 25 0.04 0 0.86 0.29 63.1 0.76 0.4
Hex AC B4 19 4 0 56 1D 3F 4C 28
Octal 254 264 31 4 0 126 35 77 114 50
Binary 10101100 10110100 11001 100 0 1010110 11101 111111 1001100 101000

Color Harmonies of #ACB419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB419

Black with #ACB419

Text Example


Text Example

White with #ACB419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB419; }

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

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

background-color css

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

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

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

border-color css

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

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

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