Html Css Color HEX #A0BE4D Celery

📋 copy color: '#A0BE4D'

red 160 ◦ green 190 ◦ blue 77

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

Shades of Celery #A0BE4D

Tints of Celery #A0BE4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 18.03%

R = 37.47%
G = 44.5%
B = 18.03%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#A0BE4D (or 0xA0BE4D) is known color: Celery. HEX triplet: A0, BE and 4D. RGB value is (160,190,77). Sum of RGB (Red+Green+Blue) = 160+190+77=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 190 (74.61% from 255 or 44.50% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BE4D is #5F41B2. Grayscale: #A8A8A8. Windows color (decimal): -6242739 or 5095072. OLE color: 5095072.

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

Color convert

RGB 160 190 77 -
CMYK 0.16 0 0.59 0.25
HSL 75.93º 0.47% 0.52% -
HSV(B) 75.93º 0.59% 0.75% -
XYZ 34.25 44.84 13.87 -
YUV 168.15 76.56 122.19 -
System Red Green Blue C M Y K H S L
Decimal 160 190 77 0.16 0 0.59 0.25 75.93 0.47 0.52
Hex A0 BE 4D 10 0 3B 19 4C 2F 34
Octal 240 276 115 20 0 73 31 114 57 64
Binary 10100000 10111110 1001101 10000 0 111011 11001 1001100 101111 110100

Color Harmonies of #A0BE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE4D

Black with #A0BE4D

Text Example


Text Example

White with #A0BE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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