Html Css Color HEX #ACB714 Bahia

📋 copy color: '#ACB714'

red 172 ◦ green 183 ◦ blue 20

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

Shades of Bahia #ACB714

Tints of Bahia #ACB714

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.8%

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

R = 45.87%
G = 48.8%
B = 5.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#ACB714 (or 0xACB714) is known color: Bahia. HEX triplet: AC, B7 and 14. RGB value is (172,183,20). Sum of RGB (Red+Green+Blue) = 172+183+20=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 183 (71.88% from 255 or 48.8% from 375); Blue value is 20 (8.20% from 255 or 5.33% from 375); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB714 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB714 is #5348EB. Grayscale: #A1A1A1. Windows color (decimal): -5458156 or 1357740. OLE color: 1357740.

HSL color Cylindrical-coordinate representation of color #ACB714: hue angle of 64.05º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACB714 is Cyan = 0.06, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 20 -
CMYK 0.06 0 0.89 0.28
HSL 64.05º 0.8% 0.4% -
HSV(B) 64.05º 0.89% 0.72% -
XYZ 34.07 42.69 7.11 -
YUV 161.13 48.36 135.75 -
System Red Green Blue C M Y K H S L
Decimal 172 183 20 0.06 0 0.89 0.28 64.05 0.8 0.4
Hex AC B7 14 6 0 59 1C 40 50 28
Octal 254 267 24 6 0 131 34 100 120 50
Binary 10101100 10110111 10100 110 0 1011001 11100 1000000 1010000 101000

Color Harmonies of #ACB714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB714

Black with #ACB714

Text Example


Text Example

White with #ACB714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB714; }

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

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

background-color css

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

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

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

border-color css

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

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

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