#ACB109

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

Shades of Citrus #ACB109

Tints of Citrus #ACB109

Color information

#ACB109 (or 0xACB109) is unknown color: approx Citrus. HEX triplet: AC, B1 and 09. RGB value is (172,177,9). Sum of RGB (Red+Green+Blue) = 172+177+9=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 177 (69.53% from 255 or 49.44% from 358); Blue value is 9 (3.91% from 255 or 2.51% from 358); Max value from RGB is 177 - color contains mainly: green. Hex color #ACB109 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ACB109 is #534EF6. Grayscale: #9D9D9D. Windows color (decimal): -5459703 or 635308. OLE color: 635308.

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

Color convert

RGB1721779-
CMYK0.0300.950.31
HSL61.79º90.32%36.47%-
HSV(B)61.79º94.92%69.41%-
XYZ32.7840.236.3-
YUV156.3544.84139.16-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 177 (69.53% from 255) = 49.44%
BLUE value IS 9 (3.91% from 255) = 2.51%
R=48.04%
G=49.44%
B=2.51%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17217790.0300.950.3161.7990.3236.47
HexACB19305F1F3e5a24
Octal2542611130137377613244
Binary101011001011000110011101011111111111111101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB109

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB109; }

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

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

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

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

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

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

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

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