Html Css Color HEX #ACB814 Bahia

📋 copy color: '#ACB814'

red 172 ◦ green 184 ◦ blue 20

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

Shades of Bahia #ACB814

Tints of Bahia #ACB814

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.94%

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

R = 45.74%
G = 48.94%
B = 5.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#ACB814 (or 0xACB814) is known color: Bahia. HEX triplet: AC, B8 and 14. RGB value is (172,184,20). Sum of RGB (Red+Green+Blue) = 172+184+20=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 184 (72.27% from 255 or 48.94% from 376); Blue value is 20 (8.20% from 255 or 5.32% from 376); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB814 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB814 is #5347EB. Grayscale: #A2A2A2. Windows color (decimal): -5457900 or 1357996. OLE color: 1357996.

HSL color Cylindrical-coordinate representation of color #ACB814: hue angle of 64.39º 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 #ACB814 is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 184 20 -
CMYK 0.07 0 0.89 0.28
HSL 64.39º 0.8% 0.4% -
HSV(B) 64.39º 0.89% 0.72% -
XYZ 34.28 43.1 7.17 -
YUV 161.72 48.02 135.34 -
System Red Green Blue C M Y K H S L
Decimal 172 184 20 0.07 0 0.89 0.28 64.39 0.8 0.4
Hex AC B8 14 7 0 59 1C 40 50 28
Octal 254 270 24 7 0 131 34 100 120 50
Binary 10101100 10111000 10100 111 0 1011001 11100 1000000 1010000 101000

Color Harmonies of #ACB814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB814

Black with #ACB814

Text Example


Text Example

White with #ACB814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB814; }

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

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

background-color css

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

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

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

border-color css

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

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

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