#ACB116

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

Shades of Bahia #ACB116

Tints of Bahia #ACB116

Color information

#ACB116 (or 0xACB116) is unknown color: approx Bahia. HEX triplet: AC, B1 and 16. RGB value is (172,177,22). Sum of RGB (Red+Green+Blue) = 172+177+22=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 22 (8.98% from 255 or 5.93% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB116 is #534EE9. Grayscale: #9E9E9E. Windows color (decimal): -5459690 or 1487276. OLE color: 1487276.

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

Color convert

RGB17217722-
CMYK0.0300.880.31
HSL61.94º77.89%39.02%-
HSV(B)61.94º87.57%69.41%-
XYZ32.8840.276.8-
YUV157.8451.34138.1-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 177 (69.53% from 255) = 47.71%
BLUE value IS 22 (8.98% from 255) = 5.93%
R=46.36%
G=47.71%
B=5.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177220.0300.880.3161.9477.8939.02
HexACB11630581F3e4e27
Octal2542612630130377611647
Binary1010110010110001101101101011000111111111101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB116; }

 p { color: rgb(172,177,22); }

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

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

 a { background-color: rgb(172,177,22); }

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

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

 span { border-color: rgb(172,177,22); }

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