#ACB904

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

Shades of Citrus #ACB904

Tints of Citrus #ACB904

Color information

#ACB904 (or 0xACB904) is unknown color: approx Citrus. HEX triplet: AC, B9 and 04. RGB value is (172,185,4). Sum of RGB (Red+Green+Blue) = 172+185+4=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 185 (72.66% from 255 or 51.25% from 361); Blue value is 4 (1.95% from 255 or 1.11% from 361); Max value from RGB is 185 - color contains mainly: green. Hex color #ACB904 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB904 is #5346FB. Grayscale: #A1A1A1. Windows color (decimal): -5457660 or 309676. OLE color: 309676.

HSL color Cylindrical-coordinate representation of color #ACB904: hue angle of 64.31º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ACB904 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.27.

Color convert

RGB1721854-
CMYK0.0700.980.27
HSL64.31º95.77%37.06%-
HSV(B)64.31º97.84%72.55%-
XYZ34.3843.486.69-
YUV160.4839.69136.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 185 (72.66% from 255) = 51.25%
BLUE value IS 4 (1.95% from 255) = 1.11%
R=47.65%
G=51.25%
B=1.11%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal17218540.0700.980.2764.3195.7737.06
HexACB9470621B406025
Octal2542714701423310014045
Binary1010110010111001100111011000101101110000001100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB904; }

 p { color: rgb(172,185,4); }

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

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

 a { background-color: rgb(172,185,4); }

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

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

 span { border-color: rgb(172,185,4); }

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