Html Css Color HEX #ACB413 Bahia

📋 copy color: '#ACB413'

red 172 ◦ green 180 ◦ blue 19

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

Shades of Bahia #ACB413

Tints of Bahia #ACB413

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.52%

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

R = 46.36%
G = 48.52%
B = 5.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#ACB413 (or 0xACB413) is known color: Bahia. HEX triplet: AC, B4 and 13. RGB value is (172,180,19). Sum of RGB (Red+Green+Blue) = 172+180+19=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 180 (70.70% from 255 or 48.52% from 371); Blue value is 19 (7.81% from 255 or 5.12% from 371); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB413 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB413 is #534BEC. Grayscale: #9F9F9F. Windows color (decimal): -5458925 or 1291436. OLE color: 1291436.

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

Color convert

RGB 172 180 19 -
CMYK 0.04 0 0.89 0.29
HSL 62.98º 0.81% 0.39% -
HSV(B) 62.98º 0.89% 0.71% -
XYZ 33.45 41.46 6.86 -
YUV 159.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 172 180 19 0.04 0 0.89 0.29 62.98 0.81 0.39
Hex AC B4 13 4 0 59 1D 3F 51 27
Octal 254 264 23 4 0 131 35 77 121 47
Binary 10101100 10110100 10011 100 0 1011001 11101 111111 1010001 100111

Color Harmonies of #ACB413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB413

Black with #ACB413

Text Example


Text Example

White with #ACB413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB413; }

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

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

background-color css

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

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

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

border-color css

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

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

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