Html Css Color HEX #9FB487 Norway

📋 copy color: '#9FB487'

red 159 ◦ green 180 ◦ blue 135

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

Shades of Norway #9FB487

Tints of Norway #9FB487

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.97%

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

R = 33.54%
G = 37.97%
B = 28.48%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#9FB487 (or 0x9FB487) is known color: Norway. HEX triplet: 9F, B4 and 87. RGB value is (159,180,135). Sum of RGB (Red+Green+Blue) = 159+180+135=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 180 (70.70% from 255 or 37.97% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB487 is #604B78. Grayscale: #A8A8A8. Windows color (decimal): -6310777 or 8893599. OLE color: 8893599.

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

Color convert

RGB 159 180 135 -
CMYK 0.12 0 0.25 0.29
HSL 88º 0.23% 0.62% -
HSV(B) 88º 0.25% 0.71% -
XYZ 34.99 41.76 29.14 -
YUV 168.59 109.04 121.16 -
System Red Green Blue C M Y K H S L
Decimal 159 180 135 0.12 0 0.25 0.29 88 0.23 0.62
Hex 9F B4 87 C 0 19 1D 58 17 3E
Octal 237 264 207 14 0 31 35 130 27 76
Binary 10011111 10110100 10000111 1100 0 11001 11101 1011000 10111 111110

Color Harmonies of #9FB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB487

Black with #9FB487

Text Example


Text Example

White with #9FB487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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