Html Css Color HEX #A0BD50 Celery

📋 copy color: '#A0BD50'

red 160 ◦ green 189 ◦ blue 80

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

Shades of Celery #A0BD50

Tints of Celery #A0BD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 44.06%

 BLUE value IS 80 (31.64% from 255) = 18.65%

R = 37.3%
G = 44.06%
B = 18.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#A0BD50 (or 0xA0BD50) is known color: Celery. HEX triplet: A0, BD and 50. RGB value is (160,189,80). Sum of RGB (Red+Green+Blue) = 160+189+80=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 189 (74.22% from 255 or 44.06% from 429); Blue value is 80 (31.64% from 255 or 18.65% from 429); Max value from RGB is 189 - color contains mainly: green. Hex color #A0BD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0BD50 is #5F42AF. Grayscale: #A8A8A8. Windows color (decimal): -6242992 or 5291424. OLE color: 5291424.

HSL color Cylindrical-coordinate representation of color #A0BD50: hue angle of 75.96º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A0BD50 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 189 80 -
CMYK 0.15 0 0.58 0.26
HSL 75.96º 0.45% 0.53% -
HSV(B) 75.96º 0.58% 0.74% -
XYZ 34.14 44.45 14.37 -
YUV 167.9 78.39 122.36 -
System Red Green Blue C M Y K H S L
Decimal 160 189 80 0.15 0 0.58 0.26 75.96 0.45 0.53
Hex A0 BD 50 F 0 3A 1A 4C 2D 35
Octal 240 275 120 17 0 72 32 114 55 65
Binary 10100000 10111101 1010000 1111 0 111010 11010 1001100 101101 110101

Color Harmonies of #A0BD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BD50

Black with #A0BD50

Text Example


Text Example

White with #A0BD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BD50; }

 p { color: rgb(160,189,80); }

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

background-color css

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

 a { background-color: rgb(160,189,80); }

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

border-color css

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

 span { border-color: rgb(160,189,80); }

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