#ACB615

Color #ACB615 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ACB615

Tints of Bahia #ACB615

Color information

#ACB615 (or 0xACB615) is unknown color: approx Bahia. HEX triplet: AC, B6 and 15. RGB value is (172,182,21). Sum of RGB (Red+Green+Blue) = 172+182+21=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 182 (71.48% from 255 or 48.53% from 375); Blue value is 21 (8.59% from 255 or 5.6% from 375); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB615 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB615 is #5349EA. Grayscale: #A1A1A1. Windows color (decimal): -5458411 or 1423020. OLE color: 1423020.

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

Color convert

RGB17218221-
CMYK0.0500.880.29
HSL63.73º79.31%39.8%-
HSV(B)63.73º88.46%71.37%-
XYZ33.8842.287.08-
YUV160.6649.19136.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 182 (71.48% from 255) = 48.53%
BLUE value IS 21 (8.59% from 255) = 5.6%
R=45.87%
G=48.53%
B=5.6%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172182210.0500.880.2963.7379.3139.8
HexACB61550581D404f28
Octal25426625501303510011750
Binary101011001011011010101101010110001110110000001001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB615; }

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

 H1.HeaderClassName
 {
   color: #ACB615;
 }
 .AnyTagClassName
 {
   color: #ACB615;
 }
</style>
background-color css

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

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

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

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

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

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