Html Css Color HEX #9FB990 Norway

📋 copy color: '#9FB990'

red 159 ◦ green 185 ◦ blue 144

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

Shades of Norway #9FB990

Tints of Norway #9FB990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.51%

R = 32.58%
G = 37.91%
B = 29.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#9FB990 (or 0x9FB990) is known color: Norway. HEX triplet: 9F, B9 and 90. RGB value is (159,185,144). Sum of RGB (Red+Green+Blue) = 159+185+144=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 144 (56.64% from 255 or 29.51% from 488); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB990 is #60466F. Grayscale: #ACACAC. Windows color (decimal): -6309488 or 9484703. OLE color: 9484703.

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

Color convert

RGB 159 185 144 -
CMYK 0.14 0 0.22 0.27
HSL 98.05º 0.23% 0.65% -
HSV(B) 98.05º 0.22% 0.73% -
XYZ 36.68 44.08 32.96 -
YUV 172.55 111.89 118.33 -
System Red Green Blue C M Y K H S L
Decimal 159 185 144 0.14 0 0.22 0.27 98.05 0.23 0.65
Hex 9F B9 90 E 0 16 1B 62 17 41
Octal 237 271 220 16 0 26 33 142 27 101
Binary 10011111 10111001 10010000 1110 0 10110 11011 1100010 10111 1000001

Color Harmonies of #9FB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB990

Black with #9FB990

Text Example


Text Example

White with #9FB990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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