Html Css Color HEX #9FB555 Green Smoke

📋 copy color: '#9FB555'

red 159 ◦ green 181 ◦ blue 85

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

Shades of Green Smoke #9FB555

Tints of Green Smoke #9FB555

RGB

 RED value IS 159 (62.5% from 255) = 37.41%

 GREEN value IS 181 (71.09% from 255) = 42.59%

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

R = 37.41%
G = 42.59%
B = 20%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#9FB555 (or 0x9FB555) is known color: Green Smoke. HEX triplet: 9F, B5 and 55. RGB value is (159,181,85). Sum of RGB (Red+Green+Blue) = 159+181+85=425 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.41% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FB555 is #604AAA. Grayscale: #A3A3A3. Windows color (decimal): -6310571 or 5617055. OLE color: 5617055.

HSL color Cylindrical-coordinate representation of color #9FB555: hue angle of 73.75º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FB555 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 181 85 -
CMYK 0.12 0 0.53 0.29
HSL 73.75º 0.39% 0.52% -
HSV(B) 73.75º 0.53% 0.71% -
XYZ 32.46 41.07 14.81 -
YUV 163.48 83.71 124.81 -
System Red Green Blue C M Y K H S L
Decimal 159 181 85 0.12 0 0.53 0.29 73.75 0.39 0.52
Hex 9F B5 55 C 0 35 1D 4A 27 34
Octal 237 265 125 14 0 65 35 112 47 64
Binary 10011111 10110101 1010101 1100 0 110101 11101 1001010 100111 110100

Color Harmonies of #9FB555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB555

Black with #9FB555

Text Example


Text Example

White with #9FB555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,181,85); }

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

background-color css

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

 a { background-color: rgb(159,181,85); }

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

border-color css

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

 span { border-color: rgb(159,181,85); }

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