#ACB805

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

Shades of Citrus #ACB805

Tints of Citrus #ACB805

Color information

#ACB805 (or 0xACB805) is unknown color: approx Citrus. HEX triplet: AC, B8 and 05. RGB value is (172,184,5). Sum of RGB (Red+Green+Blue) = 172+184+5=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 184 (72.27% from 255 or 50.97% from 361); Blue value is 5 (2.34% from 255 or 1.39% from 361); Max value from RGB is 184 - color contains mainly: green. Hex color #ACB805 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACB805 is #5347FA. Grayscale: #A0A0A0. Windows color (decimal): -5457915 or 374956. OLE color: 374956.

HSL color Cylindrical-coordinate representation of color #ACB805: hue angle of 64.02º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACB805 is Cyan = 0.07, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1721845-
CMYK0.0700.970.28
HSL64.02º94.71%37.06%-
HSV(B)64.02º97.28%72.16%-
XYZ34.1843.066.65-
YUV160.0140.52136.55-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 184 (72.27% from 255) = 50.97%
BLUE value IS 5 (2.34% from 255) = 1.39%
R=47.65%
G=50.97%
B=1.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal17218450.0700.970.2864.0294.7137.06
HexACB8570611C405f25
Octal2542705701413410013745
Binary1010110010111000101111011000011110010000001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB805; }

 p { color: rgb(172,184,5); }

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

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

 a { background-color: rgb(172,184,5); }

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

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

 span { border-color: rgb(172,184,5); }

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