Html Css Color HEX #ACB319 Bahia

📋 copy color: '#ACB319'

red 172 ◦ green 179 ◦ blue 25

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

Shades of Bahia #ACB319

Tints of Bahia #ACB319

RGB

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

 GREEN value IS 179 (70.31% from 255) = 47.61%

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

R = 45.74%
G = 47.61%
B = 6.65%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.30

RGB Variations

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

Color information

#ACB319 (or 0xACB319) is known color: Bahia. HEX triplet: AC, B3 and 19. RGB value is (172,179,25). Sum of RGB (Red+Green+Blue) = 172+179+25=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 179 (70.31% from 255 or 47.61% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB319 is #534CE6. Grayscale: #9F9F9F. Windows color (decimal): -5459175 or 1684396. OLE color: 1684396.

HSL color Cylindrical-coordinate representation of color #ACB319: hue angle of 62.73º 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 #ACB319 is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 179 25 -
CMYK 0.04 0 0.86 0.30
HSL 62.73º 0.75% 0.4% -
HSV(B) 62.73º 0.86% 0.7% -
XYZ 33.31 41.08 7.09 -
YUV 159.35 52.18 137.02 -
System Red Green Blue C M Y K H S L
Decimal 172 179 25 0.04 0 0.86 0.30 62.73 0.75 0.4
Hex AC B3 19 4 0 56 1E 3F 4B 28
Octal 254 263 31 4 0 126 36 77 113 50
Binary 10101100 10110011 11001 100 0 1010110 11110 111111 1001011 101000

Color Harmonies of #ACB319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB319

Black with #ACB319

Text Example


Text Example

White with #ACB319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB319; }

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

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

background-color css

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

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

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

border-color css

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

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

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