Html Css Color HEX #9EB250 Green Smoke

📋 copy color: '#9EB250'

red 158 ◦ green 178 ◦ blue 80

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

Shades of Green Smoke #9EB250

Tints of Green Smoke #9EB250

RGB

 RED value IS 158 (62.11% from 255) = 37.98%

 GREEN value IS 178 (69.92% from 255) = 42.79%

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

R = 37.98%
G = 42.79%
B = 19.23%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.30

RGB Variations

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

Color information

#9EB250 (or 0x9EB250) is known color: Green Smoke. HEX triplet: 9E, B2 and 50. RGB value is (158,178,80). Sum of RGB (Red+Green+Blue) = 158+178+80=416 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.98% from 416); Green value is 178 (69.92% from 255 or 42.79% from 416); Blue value is 80 (31.64% from 255 or 19.23% from 416); Max value from RGB is 178 - color contains mainly: green. Hex color #9EB250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9EB250 is #614DAF. Grayscale: #A1A1A1. Windows color (decimal): -6376880 or 5288606. OLE color: 5288606.

HSL color Cylindrical-coordinate representation of color #9EB250: hue angle of 72.24º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EB250 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB 158 178 80 -
CMYK 0.11 0 0.55 0.30
HSL 72.24º 0.39% 0.51% -
HSV(B) 72.24º 0.55% 0.7% -
XYZ 31.47 39.69 13.59 -
YUV 160.85 82.37 125.97 -
System Red Green Blue C M Y K H S L
Decimal 158 178 80 0.11 0 0.55 0.30 72.24 0.39 0.51
Hex 9E B2 50 B 0 37 1E 48 27 33
Octal 236 262 120 13 0 67 36 110 47 63
Binary 10011110 10110010 1010000 1011 0 110111 11110 1001000 100111 110011

Color Harmonies of #9EB250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB250

Black with #9EB250

Text Example


Text Example

White with #9EB250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,178,80); }

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

background-color css

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

 a { background-color: rgb(158,178,80); }

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

border-color css

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

 span { border-color: rgb(158,178,80); }

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