Html Css Color HEX #9FBB90 Norway

📋 copy color: '#9FBB90'

red 159 ◦ green 187 ◦ blue 144

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

Shades of Norway #9FBB90

Tints of Norway #9FBB90

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.16%

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

R = 32.45%
G = 38.16%
B = 29.39%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#9FBB90 (or 0x9FBB90) is known color: Norway. HEX triplet: 9F, BB and 90. RGB value is (159,187,144). Sum of RGB (Red+Green+Blue) = 159+187+144=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 187 (73.44% from 255 or 38.16% from 490); Blue value is 144 (56.64% from 255 or 29.39% from 490); Max value from RGB is 187 - color contains mainly: green. Hex color #9FBB90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBB90 is #60446F. Grayscale: #ADADAD. Windows color (decimal): -6308976 or 9485215. OLE color: 9485215.

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

Color convert

RGB 159 187 144 -
CMYK 0.15 0 0.23 0.27
HSL 99.07º 0.24% 0.65% -
HSV(B) 99.07º 0.23% 0.73% -
XYZ 37.1 44.93 33.1 -
YUV 173.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 159 187 144 0.15 0 0.23 0.27 99.07 0.24 0.65
Hex 9F BB 90 F 0 17 1B 63 18 41
Octal 237 273 220 17 0 27 33 143 30 101
Binary 10011111 10111011 10010000 1111 0 10111 11011 1100011 11000 1000001

Color Harmonies of #9FBB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBB90

Black with #9FBB90

Text Example


Text Example

White with #9FBB90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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