#A0B74C

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

Shades of Celery #A0B74C

Tints of Celery #A0B74C

Color information

#A0B74C (or 0xA0B74C) is unknown color: approx Celery. HEX triplet: A0, B7 and 4C. RGB value is (160,183,76). Sum of RGB (Red+Green+Blue) = 160+183+76=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 183 (71.88% from 255 or 43.68% from 419); Blue value is 76 (30.08% from 255 or 18.14% from 419); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B74C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B74C is #5F48B3. Grayscale: #A4A4A4. Windows color (decimal): -6244532 or 5027744. OLE color: 5027744.

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

Color convert

RGB16018376-
CMYK0.1300.580.28
HSL72.9º42.63%50.78%-
HSV(B)72.9º58.47%71.76%-
XYZ32.7441.8613.19-
YUV163.9278.38125.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 183 (71.88% from 255) = 43.68%
BLUE value IS 76 (30.08% from 255) = 18.14%
R=38.19%
G=43.68%
B=18.14%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160183760.1300.580.2872.942.6350.78
HexA0B74CD03A1C492b33
Octal24026711415072341115363
Binary1010000010110111100110011010111010111001001001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B74C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B74C; }

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

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

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

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

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

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

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

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