#ACB545

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

Shades of Celery #ACB545

Tints of Celery #ACB545

Color information

#ACB545 (or 0xACB545) is unknown color: approx Celery. HEX triplet: AC, B5 and 45. RGB value is (172,181,69). Sum of RGB (Red+Green+Blue) = 172+181+69=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 181 (71.09% from 255 or 42.89% from 422); Blue value is 69 (27.34% from 255 or 16.35% from 422); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB545 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACB545 is #534ABA. Grayscale: #A5A5A5. Windows color (decimal): -5458619 or 4568492. OLE color: 4568492.

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

Color convert

RGB17218169-
CMYK0.0500.620.29
HSL64.82º44.8%49.02%-
HSV(B)64.82º61.88%70.98%-
XYZ34.6142.2511.96-
YUV165.5473.52132.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.76%
GREEN value IS 181 (71.09% from 255) = 42.89%
BLUE value IS 69 (27.34% from 255) = 16.35%
R=40.76%
G=42.89%
B=16.35%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181690.0500.620.2964.8244.849.02
HexACB545503E1D412d31
Octal2542651055076351015561
Binary101011001011010110001011010111110111011000001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB545; }

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

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

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

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

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

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

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

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