Html Css Color HEX #A0BE49 Celery

📋 copy color: '#A0BE49'

red 160 ◦ green 190 ◦ blue 73

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

Shades of Celery #A0BE49

Tints of Celery #A0BE49

RGB

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

 GREEN value IS 190 (74.61% from 255) = 44.92%

 BLUE value IS 73 (28.91% from 255) = 17.26%

R = 37.83%
G = 44.92%
B = 17.26%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#A0BE49 (or 0xA0BE49) is known color: Celery. HEX triplet: A0, BE and 49. RGB value is (160,190,73). Sum of RGB (Red+Green+Blue) = 160+190+73=423 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.83% from 423); Green value is 190 (74.61% from 255 or 44.92% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BE49 is #5F41B6. Grayscale: #A8A8A8. Windows color (decimal): -6242743 or 4832928. OLE color: 4832928.

HSL color Cylindrical-coordinate representation of color #A0BE49: hue angle of 75.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0BE49 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 73 -
CMYK 0.16 0 0.62 0.25
HSL 75.38º 0.47% 0.52% -
HSV(B) 75.38º 0.62% 0.75% -
XYZ 34.11 44.78 13.15 -
YUV 167.69 74.56 122.51 -
System Red Green Blue C M Y K H S L
Decimal 160 190 73 0.16 0 0.62 0.25 75.38 0.47 0.52
Hex A0 BE 49 10 0 3E 19 4B 2F 34
Octal 240 276 111 20 0 76 31 113 57 64
Binary 10100000 10111110 1001001 10000 0 111110 11001 1001011 101111 110100

Color Harmonies of #A0BE49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE49

Black with #A0BE49

Text Example


Text Example

White with #A0BE49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE49; }

 p { color: rgb(160,190,73); }

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

background-color css

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

 a { background-color: rgb(160,190,73); }

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

border-color css

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

 span { border-color: rgb(160,190,73); }

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