Html Css Color HEX #ACB215 Bahia

📋 copy color: '#ACB215'

red 172 ◦ green 178 ◦ blue 21

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

Shades of Bahia #ACB215

Tints of Bahia #ACB215

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.66%

R = 46.36%
G = 47.98%
B = 5.66%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.88

 K value IS 0.30

RGB Variations

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

Color information

#ACB215 (or 0xACB215) is known color: Bahia. HEX triplet: AC, B2 and 15. RGB value is (172,178,21). Sum of RGB (Red+Green+Blue) = 172+178+21=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 178 (69.92% from 255 or 47.98% from 371); Blue value is 21 (8.59% from 255 or 5.66% from 371); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB215 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB215 is #534DEA. Grayscale: #9E9E9E. Windows color (decimal): -5459435 or 1421996. OLE color: 1421996.

HSL color Cylindrical-coordinate representation of color #ACB215: hue angle of 62.29º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACB215 is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.30.

Color convert

RGB 172 178 21 -
CMYK 0.03 0 0.88 0.30
HSL 62.29º 0.79% 0.39% -
HSV(B) 62.29º 0.88% 0.7% -
XYZ 33.07 40.67 6.82 -
YUV 158.31 50.51 137.77 -
System Red Green Blue C M Y K H S L
Decimal 172 178 21 0.03 0 0.88 0.30 62.29 0.79 0.39
Hex AC B2 15 3 0 58 1E 3E 4F 27
Octal 254 262 25 3 0 130 36 76 117 47
Binary 10101100 10110010 10101 11 0 1011000 11110 111110 1001111 100111

Color Harmonies of #ACB215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB215

Black with #ACB215

Text Example


Text Example

White with #ACB215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB215; }

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

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

background-color css

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

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

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

border-color css

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

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

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