Html Css Color HEX #ACB214 Bahia

📋 copy color: '#ACB214'

red 172 ◦ green 178 ◦ blue 20

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

Shades of Bahia #ACB214

Tints of Bahia #ACB214

RGB

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

 GREEN value IS 178 (69.92% from 255) = 48.11%

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

R = 46.49%
G = 48.11%
B = 5.41%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.89

 K value IS 0.30

RGB Variations

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

Color information

#ACB214 (or 0xACB214) is known color: Bahia. HEX triplet: AC, B2 and 14. RGB value is (172,178,20). Sum of RGB (Red+Green+Blue) = 172+178+20=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 178 (69.92% from 255 or 48.11% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB214 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB214 is #534DEB. Grayscale: #9E9E9E. Windows color (decimal): -5459436 or 1356460. OLE color: 1356460.

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

Color convert

RGB 172 178 20 -
CMYK 0.03 0 0.89 0.30
HSL 62.28º 0.8% 0.39% -
HSV(B) 62.28º 0.89% 0.7% -
XYZ 33.06 40.66 6.77 -
YUV 158.19 50.01 137.85 -
System Red Green Blue C M Y K H S L
Decimal 172 178 20 0.03 0 0.89 0.30 62.28 0.8 0.39
Hex AC B2 14 3 0 59 1E 3E 50 27
Octal 254 262 24 3 0 131 36 76 120 47
Binary 10101100 10110010 10100 11 0 1011001 11110 111110 1010000 100111

Color Harmonies of #ACB214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB214

Black with #ACB214

Text Example


Text Example

White with #ACB214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB214; }

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

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

background-color css

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

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

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

border-color css

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

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

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