#ACBA4F

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

Shades of Celery #ACBA4F

Tints of Celery #ACBA4F

Color information

#ACBA4F (or 0xACBA4F) is unknown color: approx Celery. HEX triplet: AC, BA and 4F. RGB value is (172,186,79). Sum of RGB (Red+Green+Blue) = 172+186+79=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA4F is #5345B0. Grayscale: #AAAAAA. Windows color (decimal): -5457329 or 5225132. OLE color: 5225132.

HSL color Cylindrical-coordinate representation of color #ACBA4F: hue angle of 67.85º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACBA4F is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB17218679-
CMYK0.0800.580.27
HSL67.85º43.67%51.96%-
HSV(B)67.85º57.53%72.94%-
XYZ35.9844.4514.08-
YUV169.6276.86129.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.36%
GREEN value IS 186 (73.05% from 255) = 42.56%
BLUE value IS 79 (31.25% from 255) = 18.08%
R=39.36%
G=42.56%
B=18.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal172186790.0800.580.2767.8543.6751.96
HexACBA4F803A1B442c34
Octal25427211710072331045464
Binary1010110010111010100111110000111010110111000100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBA4F; }

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

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

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

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

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

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

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

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