#ACB550

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

Shades of Celery #ACB550

Tints of Celery #ACB550

Color information

#ACB550 (or 0xACB550) is unknown color: approx Celery. HEX triplet: AC, B5 and 50. RGB value is (172,181,80). Sum of RGB (Red+Green+Blue) = 172+181+80=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 181 (71.09% from 255 or 41.80% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 181 - color contains mainly: green. Hex color #ACB550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB550 is #534AAF. Grayscale: #A7A7A7. Windows color (decimal): -5458608 or 5289388. OLE color: 5289388.

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

Color convert

RGB17218180-
CMYK0.0500.560.29
HSL65.35º40.56%51.18%-
HSV(B)65.35º55.8%70.98%-
XYZ34.9942.413.93-
YUV166.879.02131.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.72%
GREEN value IS 181 (71.09% from 255) = 41.80%
BLUE value IS 80 (31.64% from 255) = 18.48%
R=39.72%
G=41.80%
B=18.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal172181800.0500.560.2965.3540.5651.18
HexACB55050381D412933
Octal2542651205070351015163
Binary101011001011010110100001010111000111011000001101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACB550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACB550; }

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

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

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

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

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

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

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

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