Html Css Color HEX #ACB819 Bahia

📋 copy color: '#ACB819'

red 172 ◦ green 184 ◦ blue 25

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

Shades of Bahia #ACB819

Tints of Bahia #ACB819

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.29%

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

R = 45.14%
G = 48.29%
B = 6.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#ACB819 (or 0xACB819) is known color: Bahia. HEX triplet: AC, B8 and 19. RGB value is (172,184,25). Sum of RGB (Red+Green+Blue) = 172+184+25=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 184 (72.27% from 255 or 48.29% from 381); Blue value is 25 (10.16% from 255 or 6.56% from 381); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB819 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB819 is #5347E6. Grayscale: #A2A2A2. Windows color (decimal): -5457895 or 1685676. OLE color: 1685676.

HSL color Cylindrical-coordinate representation of color #ACB819: hue angle of 64.53º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB819 is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 25 -
CMYK 0.07 0 0.86 0.28
HSL 64.53º 0.76% 0.41% -
HSV(B) 64.53º 0.86% 0.72% -
XYZ 34.33 43.12 7.43 -
YUV 162.29 50.52 134.93 -
System Red Green Blue C M Y K H S L
Decimal 172 184 25 0.07 0 0.86 0.28 64.53 0.76 0.41
Hex AC B8 19 7 0 56 1C 41 4C 29
Octal 254 270 31 7 0 126 34 101 114 51
Binary 10101100 10111000 11001 111 0 1010110 11100 1000001 1001100 101001

Color Harmonies of #ACB819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB819

Black with #ACB819

Text Example


Text Example

White with #ACB819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB819; }

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

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

background-color css

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

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

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

border-color css

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

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

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