#A0BC48

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

Shades of Celery #A0BC48

Tints of Celery #A0BC48

Color information

#A0BC48 (or 0xA0BC48) is unknown color: approx Celery. HEX triplet: A0, BC and 48. RGB value is (160,188,72). Sum of RGB (Red+Green+Blue) = 160+188+72=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC48 is #5F43B7. Grayscale: #A6A6A6. Windows color (decimal): -6243256 or 4766880. OLE color: 4766880.

HSL color Cylindrical-coordinate representation of color #A0BC48: hue angle of 74.48º 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 #A0BC48 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB16018872-
CMYK0.1500.620.26
HSL74.48º46.4%50.98%-
HSV(B)74.48º61.7%73.73%-
XYZ33.6543.9112.83-
YUV166.474.72123.43-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 72 (28.52% from 255) = 17.14%
R=38.10%
G=44.76%
B=17.14%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal160188720.1500.620.2674.4846.450.98
HexA0BC48F03E1A4a2e33
Octal24027411017076321125663
Binary1010000010111100100100011110111110110101001010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0BC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0BC48; }

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

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

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

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

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

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

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

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