Html Css Color HEX #ACB019 Bahia

📋 copy color: '#ACB019'

red 172 ◦ green 176 ◦ blue 25

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

Shades of Bahia #ACB019

Tints of Bahia #ACB019

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.18%

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

R = 46.11%
G = 47.18%
B = 6.7%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#ACB019 (or 0xACB019) is known color: Bahia. HEX triplet: AC, B0 and 19. RGB value is (172,176,25). Sum of RGB (Red+Green+Blue) = 172+176+25=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 25 (10.16% from 255 or 6.70% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #ACB019 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB019 is #534FE6. Grayscale: #9E9E9E. Windows color (decimal): -5459943 or 1683628. OLE color: 1683628.

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

Color convert

RGB 172 176 25 -
CMYK 0.02 0 0.86 0.31
HSL 61.59º 0.75% 0.39% -
HSV(B) 61.59º 0.86% 0.69% -
XYZ 32.71 39.89 6.9 -
YUV 157.59 53.17 138.28 -
System Red Green Blue C M Y K H S L
Decimal 172 176 25 0.02 0 0.86 0.31 61.59 0.75 0.39
Hex AC B0 19 2 0 56 1F 3E 4B 27
Octal 254 260 31 2 0 126 37 76 113 47
Binary 10101100 10110000 11001 10 0 1010110 11111 111110 1001011 100111

Color Harmonies of #ACB019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB019

Black with #ACB019

Text Example


Text Example

White with #ACB019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB019; }

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

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

background-color css

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

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

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

border-color css

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

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

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