Html Css Color HEX #ACB614 Bahia

📋 copy color: '#ACB614'

red 172 ◦ green 182 ◦ blue 20

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

Shades of Bahia #ACB614

Tints of Bahia #ACB614

RGB

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

 GREEN value IS 182 (71.48% from 255) = 48.66%

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

R = 45.99%
G = 48.66%
B = 5.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#ACB614 (or 0xACB614) is known color: Bahia. HEX triplet: AC, B6 and 14. RGB value is (172,182,20). Sum of RGB (Red+Green+Blue) = 172+182+20=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 182 (71.48% from 255 or 48.66% from 374); Blue value is 20 (8.20% from 255 or 5.35% from 374); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB614 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB614 is #5349EB. Grayscale: #A1A1A1. Windows color (decimal): -5458412 or 1357484. OLE color: 1357484.

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

Color convert

RGB 172 182 20 -
CMYK 0.05 0 0.89 0.29
HSL 63.7º 0.8% 0.4% -
HSV(B) 63.7º 0.89% 0.71% -
XYZ 33.87 42.28 7.04 -
YUV 160.54 48.69 136.17 -
System Red Green Blue C M Y K H S L
Decimal 172 182 20 0.05 0 0.89 0.29 63.7 0.8 0.4
Hex AC B6 14 5 0 59 1D 40 50 28
Octal 254 266 24 5 0 131 35 100 120 50
Binary 10101100 10110110 10100 101 0 1011001 11101 1000000 1010000 101000

Color Harmonies of #ACB614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB614

Black with #ACB614

Text Example


Text Example

White with #ACB614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB614; }

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

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

background-color css

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

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

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

border-color css

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

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

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