#ACB111

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

Shades of Citrus #ACB111

Tints of Citrus #ACB111

Color information

#ACB111 (or 0xACB111) is unknown color: approx Citrus. HEX triplet: AC, B1 and 11. RGB value is (172,177,17). Sum of RGB (Red+Green+Blue) = 172+177+17=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 177 (69.53% from 255 or 48.36% from 366); Blue value is 17 (7.03% from 255 or 4.64% from 366); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB111 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB111 is #534EEE. Grayscale: #9D9D9D. Windows color (decimal): -5459695 or 1159596. OLE color: 1159596.

HSL color Cylindrical-coordinate representation of color #ACB111: hue angle of 61.88º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #ACB111 is Cyan = 0.03, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.

Color convert

RGB17217717-
CMYK0.0300.900.31
HSL61.88º82.47%38.04%-
HSV(B)61.88º90.4%69.41%-
XYZ32.8440.266.57-
YUV157.2648.84138.51-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 177 (69.53% from 255) = 48.36%
BLUE value IS 17 (7.03% from 255) = 4.64%
R=46.99%
G=48.36%
B=4.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal172177170.0300.900.3161.8882.4738.04
HexACB111305A1F3e5226
Octal2542612130132377612246
Binary1010110010110001100011101011010111111111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB111; }

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

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

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

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

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

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

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

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