Html Css Color HEX #ACB919 Bahia

📋 copy color: '#ACB919'

red 172 ◦ green 185 ◦ blue 25

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

Shades of Bahia #ACB919

Tints of Bahia #ACB919

RGB

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

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

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

R = 45.03%
G = 48.43%
B = 6.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#ACB919 (or 0xACB919) is known color: Bahia. HEX triplet: AC, B9 and 19. RGB value is (172,185,25). Sum of RGB (Red+Green+Blue) = 172+185+25=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 185 (72.66% from 255 or 48.43% from 382); Blue value is 25 (10.16% from 255 or 6.54% from 382); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB919 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB919 is #5346E6. Grayscale: #A3A3A3. Windows color (decimal): -5457639 or 1685932. OLE color: 1685932.

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

Color convert

RGB 172 185 25 -
CMYK 0.07 0 0.86 0.27
HSL 64.88º 0.76% 0.41% -
HSV(B) 64.88º 0.86% 0.73% -
XYZ 34.54 43.54 7.5 -
YUV 162.87 50.19 134.51 -
System Red Green Blue C M Y K H S L
Decimal 172 185 25 0.07 0 0.86 0.27 64.88 0.76 0.41
Hex AC B9 19 7 0 56 1B 41 4C 29
Octal 254 271 31 7 0 126 33 101 114 51
Binary 10101100 10111001 11001 111 0 1010110 11011 1000001 1001100 101001

Color Harmonies of #ACB919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB919

Black with #ACB919

Text Example


Text Example

White with #ACB919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB919; }

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

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

background-color css

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

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

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

border-color css

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

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

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