#A4BC48

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

Shades of Celery #A4BC48

Tints of Celery #A4BC48

Color information

#A4BC48 (or 0xA4BC48) is unknown color: approx Celery. HEX triplet: A4, BC and 48. RGB value is (164,188,72). Sum of RGB (Red+Green+Blue) = 164+188+72=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 188 (73.83% from 255 or 44.34% from 424); Blue value is 72 (28.52% from 255 or 16.98% from 424); Max value from RGB is 188 - color contains mainly: green. Hex color #A4BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4BC48 is #5B43B7. Grayscale: #A8A8A8. Windows color (decimal): -5981112 or 4766884. OLE color: 4766884.

HSL color Cylindrical-coordinate representation of color #A4BC48: hue angle of 72.41º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A4BC48 is Cyan = 0.13, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB16418872-
CMYK0.1300.620.26
HSL72.41º46.4%50.98%-
HSV(B)72.41º61.7%73.73%-
XYZ34.4644.3312.87-
YUV167.674.05125.43-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 188 (73.83% from 255) = 44.34%
BLUE value IS 72 (28.52% from 255) = 16.98%
R=38.68%
G=44.34%
B=16.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal164188720.1300.620.2672.4146.450.98
HexA4BC48D03E1A482e33
Octal24427411015076321105663
Binary1010010010111100100100011010111110110101001000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4BC48; }

 p { color: rgb(164,188,72); }

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

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

 a { background-color: rgb(164,188,72); }

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

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

 span { border-color: rgb(164,188,72); }

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