Html Css Color HEX #ACB119 Bahia

📋 copy color: '#ACB119'

red 172 ◦ green 177 ◦ blue 25

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

Shades of Bahia #ACB119

Tints of Bahia #ACB119

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.33%

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

R = 45.99%
G = 47.33%
B = 6.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#ACB119 (or 0xACB119) is known color: Bahia. HEX triplet: AC, B1 and 19. RGB value is (172,177,25). Sum of RGB (Red+Green+Blue) = 172+177+25=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 177 (69.53% from 255 or 47.33% from 374); Blue value is 25 (10.16% from 255 or 6.68% from 374); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB119 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB119 is #534EE6. Grayscale: #9E9E9E. Windows color (decimal): -5459687 or 1683884. OLE color: 1683884.

HSL color Cylindrical-coordinate representation of color #ACB119: hue angle of 61.97º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACB119 is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 172 177 25 -
CMYK 0.03 0 0.86 0.31
HSL 61.97º 0.75% 0.4% -
HSV(B) 61.97º 0.86% 0.69% -
XYZ 32.91 40.29 6.96 -
YUV 158.18 52.84 137.86 -
System Red Green Blue C M Y K H S L
Decimal 172 177 25 0.03 0 0.86 0.31 61.97 0.75 0.4
Hex AC B1 19 3 0 56 1F 3E 4B 28
Octal 254 261 31 3 0 126 37 76 113 50
Binary 10101100 10110001 11001 11 0 1010110 11111 111110 1001011 101000

Color Harmonies of #ACB119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB119

Black with #ACB119

Text Example


Text Example

White with #ACB119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB119; }

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

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

background-color css

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

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

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

border-color css

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

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

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