Html Css Color HEX #9FB98A Norway

📋 copy color: '#9FB98A'

red 159 ◦ green 185 ◦ blue 138

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

Shades of Norway #9FB98A

Tints of Norway #9FB98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.63%

R = 32.99%
G = 38.38%
B = 28.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9FB98A (or 0x9FB98A) is known color: Norway. HEX triplet: 9F, B9 and 8A. RGB value is (159,185,138). Sum of RGB (Red+Green+Blue) = 159+185+138=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 138 (54.30% from 255 or 28.63% from 482); Max value from RGB is 185 - color contains mainly: green. Hex color #9FB98A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB98A is #604675. Grayscale: #ACACAC. Windows color (decimal): -6309494 or 9091487. OLE color: 9091487.

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

Color convert

RGB 159 185 138 -
CMYK 0.14 0 0.25 0.27
HSL 93.19º 0.25% 0.63% -
HSV(B) 93.19º 0.25% 0.73% -
XYZ 36.23 43.9 30.61 -
YUV 171.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 159 185 138 0.14 0 0.25 0.27 93.19 0.25 0.63
Hex 9F B9 8A E 0 19 1B 5D 19 3F
Octal 237 271 212 16 0 31 33 135 31 77
Binary 10011111 10111001 10001010 1110 0 11001 11011 1011101 11001 111111

Color Harmonies of #9FB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB98A

Black with #9FB98A

Text Example


Text Example

White with #9FB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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