#A0B74E

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

Shades of Celery #A0B74E

Tints of Celery #A0B74E

Color information

#A0B74E (or 0xA0B74E) is unknown color: approx Celery. HEX triplet: A0, B7 and 4E. RGB value is (160,183,78). Sum of RGB (Red+Green+Blue) = 160+183+78=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 183 (71.88% from 255 or 43.47% from 421); Blue value is 78 (30.86% from 255 or 18.53% from 421); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B74E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B74E is #5F48B1. Grayscale: #A4A4A4. Windows color (decimal): -6244530 or 5158816. OLE color: 5158816.

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

Color convert

RGB16018378-
CMYK0.1300.570.28
HSL73.14º42.17%51.18%-
HSV(B)73.14º57.38%71.76%-
XYZ32.8141.8913.56-
YUV164.1579.38125.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 183 (71.88% from 255) = 43.47%
BLUE value IS 78 (30.86% from 255) = 18.53%
R=38.00%
G=43.47%
B=18.53%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160183780.1300.570.2873.1442.1751.18
HexA0B74ED0391C492a33
Octal24026711615071341115263
Binary1010000010110111100111011010111001111001001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B74E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B74E; }

 p { color: rgb(160,183,78); }

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

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

 a { background-color: rgb(160,183,78); }

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

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

 span { border-color: rgb(160,183,78); }

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