#A0B947

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

Shades of Celery #A0B947

Tints of Celery #A0B947

Color information

#A0B947 (or 0xA0B947) is unknown color: approx Celery. HEX triplet: A0, B9 and 47. RGB value is (160,185,71). Sum of RGB (Red+Green+Blue) = 160+185+71=416 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.46% from 416); Green value is 185 (72.66% from 255 or 44.47% from 416); Blue value is 71 (28.12% from 255 or 17.07% from 416); Max value from RGB is 185 - color contains mainly: green. Hex color #A0B947 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B947 is #5F46B8. Grayscale: #A4A4A4. Windows color (decimal): -6244025 or 4700576. OLE color: 4700576.

HSL color Cylindrical-coordinate representation of color #A0B947: hue angle of 73.16º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0B947 is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB16018571-
CMYK0.1400.620.27
HSL73.16º44.88%50.2%-
HSV(B)73.16º61.62%72.55%-
XYZ32.9842.6312.45-
YUV164.5375.22124.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.46%
GREEN value IS 185 (72.66% from 255) = 44.47%
BLUE value IS 71 (28.12% from 255) = 17.07%
R=38.46%
G=44.47%
B=17.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160185710.1400.620.2773.1644.8850.2
HexA0B947E03E1B492d32
Octal24027110716076331115562
Binary1010000010111001100011111100111110110111001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B947; }

 p { color: rgb(160,185,71); }

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

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

 a { background-color: rgb(160,185,71); }

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

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

 span { border-color: rgb(160,185,71); }

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