Html Css Color HEX #9BA550 Green Smoke

📋 copy color: '#9BA550'

red 155 ◦ green 165 ◦ blue 80

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

Shades of Green Smoke #9BA550

Tints of Green Smoke #9BA550

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.25%

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

R = 38.75%
G = 41.25%
B = 20%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#9BA550 (or 0x9BA550) is known color: Green Smoke. HEX triplet: 9B, A5 and 50. RGB value is (155,165,80). Sum of RGB (Red+Green+Blue) = 155+165+80=400 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.75% from 400); Green value is 165 (64.84% from 255 or 41.25% from 400); Blue value is 80 (31.64% from 255 or 20% from 400); Max value from RGB is 165 - color contains mainly: green. Hex color #9BA550 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BA550 is #645AAF. Grayscale: #989898. Windows color (decimal): -6576816 or 5285275. OLE color: 5285275.

HSL color Cylindrical-coordinate representation of color #9BA550: hue angle of 67.06º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9BA550 is Cyan = 0.06, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 155 165 80 -
CMYK 0.06 0 0.52 0.35
HSL 67.06º 0.35% 0.48% -
HSV(B) 67.06º 0.52% 0.65% -
XYZ 28.42 34.46 12.74 -
YUV 152.32 87.19 129.91 -
System Red Green Blue C M Y K H S L
Decimal 155 165 80 0.06 0 0.52 0.35 67.06 0.35 0.48
Hex 9B A5 50 6 0 34 23 43 23 30
Octal 233 245 120 6 0 64 43 103 43 60
Binary 10011011 10100101 1010000 110 0 110100 100011 1000011 100011 110000

Color Harmonies of #9BA550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA550

Black with #9BA550

Text Example


Text Example

White with #9BA550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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