Html Css Color HEX #9DBC50 Celery

📋 copy color: '#9DBC50'

red 157 ◦ green 188 ◦ blue 80

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

Shades of Celery #9DBC50

Tints of Celery #9DBC50

RGB

 RED value IS 157 (61.72% from 255) = 36.94%

 GREEN value IS 188 (73.83% from 255) = 44.24%

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

R = 36.94%
G = 44.24%
B = 18.82%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#9DBC50 (or 0x9DBC50) is known color: Celery. HEX triplet: 9D, BC and 50. RGB value is (157,188,80). Sum of RGB (Red+Green+Blue) = 157+188+80=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 188 (73.83% from 255 or 44.24% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DBC50 is #6243AF. Grayscale: #A6A6A6. Windows color (decimal): -6439856 or 5291165. OLE color: 5291165.

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

Color convert

RGB 157 188 80 -
CMYK 0.16 0 0.57 0.26
HSL 77.22º 0.45% 0.53% -
HSV(B) 77.22º 0.57% 0.74% -
XYZ 33.34 43.71 14.27 -
YUV 166.42 79.23 121.28 -
System Red Green Blue C M Y K H S L
Decimal 157 188 80 0.16 0 0.57 0.26 77.22 0.45 0.53
Hex 9D BC 50 10 0 39 1A 4D 2D 35
Octal 235 274 120 20 0 71 32 115 55 65
Binary 10011101 10111100 1010000 10000 0 111001 11010 1001101 101101 110101

Color Harmonies of #9DBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC50

Black with #9DBC50

Text Example


Text Example

White with #9DBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DBC50; }

 p { color: rgb(157,188,80); }

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

background-color css

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

 a { background-color: rgb(157,188,80); }

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

border-color css

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

 span { border-color: rgb(157,188,80); }

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