Html Css Color HEX #9BAF55 Green Smoke

📋 copy color: '#9BAF55'

red 155 ◦ green 175 ◦ blue 85

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

Shades of Green Smoke #9BAF55

Tints of Green Smoke #9BAF55

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

 BLUE value IS 85 (33.59% from 255) = 20.48%

R = 37.35%
G = 42.17%
B = 20.48%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#9BAF55 (or 0x9BAF55) is known color: Green Smoke. HEX triplet: 9B, AF and 55. RGB value is (155,175,85). Sum of RGB (Red+Green+Blue) = 155+175+85=415 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.35% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 85 (33.59% from 255 or 20.48% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9BAF55 is #6450AA. Grayscale: #9F9F9F. Windows color (decimal): -6574251 or 5615515. OLE color: 5615515.

HSL color Cylindrical-coordinate representation of color #9BAF55: hue angle of 73.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9BAF55 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB 155 175 85 -
CMYK 0.11 0 0.51 0.31
HSL 73.33º 0.36% 0.51% -
HSV(B) 73.33º 0.51% 0.69% -
XYZ 30.49 38.28 14.38 -
YUV 158.76 86.37 125.32 -
System Red Green Blue C M Y K H S L
Decimal 155 175 85 0.11 0 0.51 0.31 73.33 0.36 0.51
Hex 9B AF 55 B 0 33 1F 49 24 33
Octal 233 257 125 13 0 63 37 111 44 63
Binary 10011011 10101111 1010101 1011 0 110011 11111 1001001 100100 110011

Color Harmonies of #9BAF55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAF55

Black with #9BAF55

Text Example


Text Example

White with #9BAF55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,175,85); }

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

background-color css

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

 a { background-color: rgb(155,175,85); }

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

border-color css

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

 span { border-color: rgb(155,175,85); }

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