#ACB504

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

Shades of Citrus #ACB504

Tints of Citrus #ACB504

Color information

#ACB504 (or 0xACB504) is unknown color: approx Citrus. HEX triplet: AC, B5 and 04. RGB value is (172,181,4). Sum of RGB (Red+Green+Blue) = 172+181+4=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 181 (71.09% from 255 or 50.70% from 357); Blue value is 4 (1.95% from 255 or 1.12% from 357); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB504 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB504 is #534AFB. Grayscale: #9E9E9E. Windows color (decimal): -5458684 or 308652. OLE color: 308652.

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

Color convert

RGB1721814-
CMYK0.0500.980.29
HSL63.05º95.68%36.27%-
HSV(B)63.05º97.79%70.98%-
XYZ33.5641.836.42-
YUV158.1341.02137.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 181 (71.09% from 255) = 50.70%
BLUE value IS 4 (1.95% from 255) = 1.12%
R=48.18%
G=50.70%
B=1.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal17218140.0500.980.2963.0595.6836.27
HexACB5450621D3f6024
Octal254265450142357714044
Binary101011001011010110010101100010111011111111100000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB504; }

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

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

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

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

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

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

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

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