#ACBE48

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

Shades of Celery #ACBE48

Tints of Celery #ACBE48

Color information

#ACBE48 (or 0xACBE48) is unknown color: approx Celery. HEX triplet: AC, BE and 48. RGB value is (172,190,72). Sum of RGB (Red+Green+Blue) = 172+190+72=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 190 (74.61% from 255 or 43.78% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACBE48 is #5341B7. Grayscale: #ABABAB. Windows color (decimal): -5456312 or 4767404. OLE color: 4767404.

HSL color Cylindrical-coordinate representation of color #ACBE48: hue angle of 69.15º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #ACBE48 is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB17219072-
CMYK0.0900.620.25
HSL69.15º47.58%51.37%-
HSV(B)69.15º62.11%74.51%-
XYZ36.646.0713.09-
YUV171.1772.04128.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 39.63%
GREEN value IS 190 (74.61% from 255) = 43.78%
BLUE value IS 72 (28.52% from 255) = 16.59%
R=39.63%
G=43.78%
B=16.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal172190720.0900.620.2569.1547.5851.37
HexACBE48903E19453033
Octal25427611011076311056063
Binary1010110010111110100100010010111110110011000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACBE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACBE48; }

 p { color: rgb(172,190,72); }

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

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

 a { background-color: rgb(172,190,72); }

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

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

 span { border-color: rgb(172,190,72); }

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