#A0B74D

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

Shades of Celery #A0B74D

Tints of Celery #A0B74D

Color information

#A0B74D (or 0xA0B74D) is unknown color: approx Celery. HEX triplet: A0, B7 and 4D. RGB value is (160,183,77). Sum of RGB (Red+Green+Blue) = 160+183+77=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #A0B74D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B74D is #5F48B2. Grayscale: #A4A4A4. Windows color (decimal): -6244531 or 5093280. OLE color: 5093280.

HSL color Cylindrical-coordinate representation of color #A0B74D: hue angle of 73.02º degrees, saturation: 0.42, 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 #A0B74D is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB16018377-
CMYK0.1300.580.28
HSL73.02º42.4%50.98%-
HSV(B)73.02º57.92%71.76%-
XYZ32.7741.8813.38-
YUV164.0478.88125.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 77 (30.47% from 255) = 18.33%
R=38.10%
G=43.57%
B=18.33%

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
Decimal160183770.1300.580.2873.0242.450.98
HexA0B74DD03A1C492a33
Octal24026711515072341115263
Binary1010000010110111100110111010111010111001001001101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0B74D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0B74D; }

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

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

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

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

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

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

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

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