Html Css Color HEX #A0B84A Celery

📋 copy color: '#A0B84A'

red 160 ◦ green 184 ◦ blue 74

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

Shades of Celery #A0B84A

Tints of Celery #A0B84A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 17.7%

R = 38.28%
G = 44.02%
B = 17.7%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#A0B84A (or 0xA0B84A) is known color: Celery. HEX triplet: A0, B8 and 4A. RGB value is (160,184,74). Sum of RGB (Red+Green+Blue) = 160+184+74=418 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.28% from 418); Green value is 184 (72.27% from 255 or 44.02% from 418); Blue value is 74 (29.30% from 255 or 17.70% from 418); Max value from RGB is 184 - color contains mainly: green. Hex color #A0B84A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0B84A is #5F47B5. Grayscale: #A4A4A4. Windows color (decimal): -6244278 or 4896928. OLE color: 4896928.

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

Color convert

RGB 160 184 74 -
CMYK 0.13 0 0.60 0.28
HSL 73.09º 0.44% 0.51% -
HSV(B) 73.09º 0.6% 0.72% -
XYZ 32.87 42.25 12.9 -
YUV 164.28 77.05 124.94 -
System Red Green Blue C M Y K H S L
Decimal 160 184 74 0.13 0 0.60 0.28 73.09 0.44 0.51
Hex A0 B8 4A D 0 3C 1C 49 2C 33
Octal 240 270 112 15 0 74 34 111 54 63
Binary 10100000 10111000 1001010 1101 0 111100 11100 1001001 101100 110011

Color Harmonies of #A0B84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0B84A

Black with #A0B84A

Text Example


Text Example

White with #A0B84A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0B84A; }

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

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

background-color css

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

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

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

border-color css

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

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

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