#A0B848

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

Shades of Celery #A0B848

Tints of Celery #A0B848

Color information

#A0B848 (or 0xA0B848) is unknown color: approx Celery. HEX triplet: A0, B8 and 48. RGB value is (160,184,72). Sum of RGB (Red+Green+Blue) = 160+184+72=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 184 (72.27% from 255 or 44.23% from 416); Blue value is 72 (28.52% from 255 or 17.31% from 416); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B848 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B848 is #5F47B7. Grayscale: #A4A4A4. Windows color (decimal): -6244280 or 4765856. OLE color: 4765856.

HSL color Cylindrical-coordinate representation of color #A0B848: hue angle of 72.86º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A0B848 is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB16018472-
CMYK0.1300.610.28
HSL72.86º44.09%50.2%-
HSV(B)72.86º60.87%72.16%-
XYZ32.8142.2212.55-
YUV164.0676.05125.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 184 (72.27% from 255) = 44.23%
BLUE value IS 72 (28.52% from 255) = 17.31%
R=38.46%
G=44.23%
B=17.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160184720.1300.610.2872.8644.0950.2
HexA0B848D03D1C492c32
Octal24027011015075341115462
Binary1010000010111000100100011010111101111001001001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B848; }

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

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

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

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

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

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

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

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