Html Css Color HEX #ACB219 Bahia

📋 copy color: '#ACB219'

red 172 ◦ green 178 ◦ blue 25

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

Shades of Bahia #ACB219

Tints of Bahia #ACB219

RGB

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

 GREEN value IS 178 (69.92% from 255) = 47.47%

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

R = 45.87%
G = 47.47%
B = 6.67%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#ACB219 (or 0xACB219) is known color: Bahia. HEX triplet: AC, B2 and 19. RGB value is (172,178,25). Sum of RGB (Red+Green+Blue) = 172+178+25=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 178 (69.92% from 255 or 47.47% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB219 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB219 is #534DE6. Grayscale: #9F9F9F. Windows color (decimal): -5459431 or 1684140. OLE color: 1684140.

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

Color convert

RGB 172 178 25 -
CMYK 0.03 0 0.86 0.30
HSL 62.35º 0.75% 0.4% -
HSV(B) 62.35º 0.86% 0.7% -
XYZ 33.11 40.68 7.03 -
YUV 158.76 52.51 137.44 -
System Red Green Blue C M Y K H S L
Decimal 172 178 25 0.03 0 0.86 0.30 62.35 0.75 0.4
Hex AC B2 19 3 0 56 1E 3E 4B 28
Octal 254 262 31 3 0 126 36 76 113 50
Binary 10101100 10110010 11001 11 0 1010110 11110 111110 1001011 101000

Color Harmonies of #ACB219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB219

Black with #ACB219

Text Example


Text Example

White with #ACB219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB219; }

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

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

background-color css

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

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

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

border-color css

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

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

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