Html Css Color HEX #ACB513 Bahia

📋 copy color: '#ACB513'

red 172 ◦ green 181 ◦ blue 19

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

Shades of Bahia #ACB513

Tints of Bahia #ACB513

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.66%

 BLUE value IS 19 (7.81% from 255) = 5.11%

R = 46.24%
G = 48.66%
B = 5.11%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.29

RGB Variations

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

Color information

#ACB513 (or 0xACB513) is known color: Bahia. HEX triplet: AC, B5 and 13. RGB value is (172,181,19). Sum of RGB (Red+Green+Blue) = 172+181+19=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 181 (71.09% from 255 or 48.66% from 372); Blue value is 19 (7.81% from 255 or 5.11% from 372); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB513 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB513 is #534AEC. Grayscale: #A0A0A0. Windows color (decimal): -5458669 or 1291692. OLE color: 1291692.

HSL color Cylindrical-coordinate representation of color #ACB513: hue angle of 63.33º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB513 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 181 19 -
CMYK 0.05 0 0.90 0.29
HSL 63.33º 0.81% 0.39% -
HSV(B) 63.33º 0.9% 0.71% -
XYZ 33.65 41.87 6.92 -
YUV 159.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 172 181 19 0.05 0 0.90 0.29 63.33 0.81 0.39
Hex AC B5 13 5 0 5A 1D 3F 51 27
Octal 254 265 23 5 0 132 35 77 121 47
Binary 10101100 10110101 10011 101 0 1011010 11101 111111 1010001 100111

Color Harmonies of #ACB513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB513

Black with #ACB513

Text Example


Text Example

White with #ACB513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB513; }

 p { color: rgb(172,181,19); }

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

background-color css

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

 a { background-color: rgb(172,181,19); }

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

border-color css

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

 span { border-color: rgb(172,181,19); }

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