Html Css Color HEX #ACB314 Bahia

📋 copy color: '#ACB314'

red 172 ◦ green 179 ◦ blue 20

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

Shades of Bahia #ACB314

Tints of Bahia #ACB314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.39%

R = 46.36%
G = 48.25%
B = 5.39%

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

#ACB314 (or 0xACB314) is known color: Bahia. HEX triplet: AC, B3 and 14. RGB value is (172,179,20). Sum of RGB (Red+Green+Blue) = 172+179+20=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 179 (70.31% from 255 or 48.25% from 371); Blue value is 20 (8.20% from 255 or 5.39% from 371); Max value from RGB is 179 - color contains mainly: green. Hex color #ACB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB314 is #534CEB. Grayscale: #9F9F9F. Windows color (decimal): -5459180 or 1356716. OLE color: 1356716.

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

Color convert

RGB 172 179 20 -
CMYK 0.04 0 0.89 0.30
HSL 62.64º 0.8% 0.39% -
HSV(B) 62.64º 0.89% 0.7% -
XYZ 33.26 41.06 6.83 -
YUV 158.78 49.68 137.43 -
System Red Green Blue C M Y K H S L
Decimal 172 179 20 0.04 0 0.89 0.30 62.64 0.8 0.39
Hex AC B3 14 4 0 59 1E 3F 50 27
Octal 254 263 24 4 0 131 36 77 120 47
Binary 10101100 10110011 10100 100 0 1011001 11110 111111 1010000 100111

Color Harmonies of #ACB314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB314

Black with #ACB314

Text Example


Text Example

White with #ACB314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB314; }

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

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

background-color css

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

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

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

border-color css

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

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

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