#ACBA4A

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

Shades of Celery #ACBA4A

Tints of Celery #ACBA4A

Color information

#ACBA4A (or 0xACBA4A) is unknown color: approx Celery. HEX triplet: AC, BA and 4A. RGB value is (172,186,74). Sum of RGB (Red+Green+Blue) = 172+186+74=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 186 (73.05% from 255 or 43.06% from 432); Blue value is 74 (29.30% from 255 or 17.13% from 432); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBA4A is #5345B5. Grayscale: #A9A9A9. Windows color (decimal): -5457334 or 4897452. OLE color: 4897452.

HSL color Cylindrical-coordinate representation of color #ACBA4A: hue angle of 67.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ACBA4A is Cyan = 0.08, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB17218674-
CMYK0.0800.600.27
HSL67.5º44.8%50.98%-
HSV(B)67.5º60.22%72.94%-
XYZ35.8144.3813.16-
YUV169.0574.36130.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.81%
GREEN value IS 186 (73.05% from 255) = 43.06%
BLUE value IS 74 (29.30% from 255) = 17.13%
R=39.81%
G=43.06%
B=17.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186740.0800.600.2767.544.850.98
HexACBA4A803C1B442d33
Octal25427211210074331045563
Binary1010110010111010100101010000111100110111000100101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA4A; }

 p { color: rgb(172,186,74); }

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

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

 a { background-color: rgb(172,186,74); }

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

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

 span { border-color: rgb(172,186,74); }

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