Html Css Color HEX #ACB313 Bahia

📋 copy color: '#ACB313'

red 172 ◦ green 179 ◦ blue 19

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

Shades of Bahia #ACB313

Tints of Bahia #ACB313

RGB

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

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

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

R = 46.49%
G = 48.38%
B = 5.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ACB313 (or 0xACB313) is known color: Bahia. HEX triplet: AC, B3 and 13. RGB value is (172,179,19). Sum of RGB (Red+Green+Blue) = 172+179+19=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 179 (70.31% from 255 or 48.38% from 370); Blue value is 19 (7.81% from 255 or 5.14% from 370); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB313 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB313 is #534CEC. Grayscale: #9F9F9F. Windows color (decimal): -5459181 or 1291180. OLE color: 1291180.

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

Color convert

RGB 172 179 19 -
CMYK 0.04 0 0.89 0.30
HSL 62.63º 0.81% 0.39% -
HSV(B) 62.63º 0.89% 0.7% -
XYZ 33.25 41.06 6.79 -
YUV 158.67 49.18 137.51 -
System Red Green Blue C M Y K H S L
Decimal 172 179 19 0.04 0 0.89 0.30 62.63 0.81 0.39
Hex AC B3 13 4 0 59 1E 3F 51 27
Octal 254 263 23 4 0 131 36 77 121 47
Binary 10101100 10110011 10011 100 0 1011001 11110 111111 1010001 100111

Color Harmonies of #ACB313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB313

Black with #ACB313

Text Example


Text Example

White with #ACB313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB313; }

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

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

background-color css

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

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

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

border-color css

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

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

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