Html Css Color HEX #9BAE50 Green Smoke

📋 copy color: '#9BAE50'

red 155 ◦ green 174 ◦ blue 80

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

Shades of Green Smoke #9BAE50

Tints of Green Smoke #9BAE50

RGB

 RED value IS 155 (60.94% from 255) = 37.9%

 GREEN value IS 174 (68.36% from 255) = 42.54%

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

R = 37.9%
G = 42.54%
B = 19.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#9BAE50 (or 0x9BAE50) is known color: Green Smoke. HEX triplet: 9B, AE and 50. RGB value is (155,174,80). Sum of RGB (Red+Green+Blue) = 155+174+80=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 174 (68.36% from 255 or 42.54% from 409); Blue value is 80 (31.64% from 255 or 19.56% from 409); Max value from RGB is 174 - color contains mainly: green. Hex color #9BAE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAE50 is #6451AF. Grayscale: #9D9D9D. Windows color (decimal): -6574512 or 5287579. OLE color: 5287579.

HSL color Cylindrical-coordinate representation of color #9BAE50: hue angle of 72.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9BAE50 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 155 174 80 -
CMYK 0.11 0 0.54 0.32
HSL 72.13º 0.37% 0.5% -
HSV(B) 72.13º 0.54% 0.68% -
XYZ 30.1 37.82 13.3 -
YUV 157.6 84.21 126.14 -
System Red Green Blue C M Y K H S L
Decimal 155 174 80 0.11 0 0.54 0.32 72.13 0.37 0.5
Hex 9B AE 50 B 0 36 20 48 25 32
Octal 233 256 120 13 0 66 40 110 45 62
Binary 10011011 10101110 1010000 1011 0 110110 100000 1001000 100101 110010

Color Harmonies of #9BAE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAE50

Black with #9BAE50

Text Example


Text Example

White with #9BAE50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,174,80); }

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

background-color css

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

 a { background-color: rgb(155,174,80); }

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

border-color css

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

 span { border-color: rgb(155,174,80); }

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