Html Css Color HEX #A0B84E Celery

📋 copy color: '#A0B84E'

red 160 ◦ green 184 ◦ blue 78

#A0B84E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celery #A0B84E

Tints of Celery #A0B84E

RGB

 RED value IS 160 (62.89% from 255) = 37.91%

 GREEN value IS 184 (72.27% from 255) = 43.6%

 BLUE value IS 78 (30.86% from 255) = 18.48%

R = 37.91%
G = 43.6%
B = 18.48%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#A0B84E (or 0xA0B84E) is known color: Celery. HEX triplet: A0, B8 and 4E. RGB value is (160,184,78). Sum of RGB (Red+Green+Blue) = 160+184+78=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 184 (72.27% from 255 or 43.60% from 422); Blue value is 78 (30.86% from 255 or 18.48% from 422); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0B84E is #5F47B1. Grayscale: #A5A5A5. Windows color (decimal): -6244274 or 5159072. OLE color: 5159072.

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

Color convert

RGB 160 184 78 -
CMYK 0.13 0 0.58 0.28
HSL 73.58º 0.43% 0.51% -
HSV(B) 73.58º 0.58% 0.72% -
XYZ 33.01 42.3 13.63 -
YUV 164.74 79.05 124.62 -
System Red Green Blue C M Y K H S L
Decimal 160 184 78 0.13 0 0.58 0.28 73.58 0.43 0.51
Hex A0 B8 4E D 0 3A 1C 4A 2B 33
Octal 240 270 116 15 0 72 34 112 53 63
Binary 10100000 10111000 1001110 1101 0 111010 11100 1001010 101011 110011

Color Harmonies of #A0B84E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B84E

Black with #A0B84E

Text Example


Text Example

White with #A0B84E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B84E; }

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

 H1.HeaderClassName
 {
   color: #A0B84E;
 }
 .AnyTagClassName
 {
   color: #A0B84E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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