Html Css Color HEX #9FB987 Norway

📋 copy color: '#9FB987'

red 159 ◦ green 185 ◦ blue 135

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

Shades of Norway #9FB987

Tints of Norway #9FB987

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.62%

 BLUE value IS 135 (53.13% from 255) = 28.18%

R = 33.19%
G = 38.62%
B = 28.18%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9FB987 (or 0x9FB987) is known color: Norway. HEX triplet: 9F, B9 and 87. RGB value is (159,185,135). Sum of RGB (Red+Green+Blue) = 159+185+135=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 185 (72.66% from 255 or 38.62% from 479); Blue value is 135 (53.12% from 255 or 28.18% from 479); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB987 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB987 is #604678. Grayscale: #ABABAB. Windows color (decimal): -6309497 or 8894879. OLE color: 8894879.

HSL color Cylindrical-coordinate representation of color #9FB987: hue angle of 91.2º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9FB987 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 159 185 135 -
CMYK 0.14 0 0.27 0.27
HSL 91.2º 0.26% 0.63% -
HSV(B) 91.2º 0.27% 0.73% -
XYZ 36.02 43.82 29.48 -
YUV 171.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 159 185 135 0.14 0 0.27 0.27 91.2 0.26 0.63
Hex 9F B9 87 E 0 1B 1B 5B 1A 3F
Octal 237 271 207 16 0 33 33 133 32 77
Binary 10011111 10111001 10000111 1110 0 11011 11011 1011011 11010 111111

Color Harmonies of #9FB987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB987

Black with #9FB987

Text Example


Text Example

White with #9FB987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,185,135); }

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

background-color css

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

 a { background-color: rgb(159,185,135); }

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

border-color css

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

 span { border-color: rgb(159,185,135); }

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