Html Css Color HEX #9FB08D Norway

📋 copy color: '#9FB08D'

red 159 ◦ green 176 ◦ blue 141

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

Shades of Norway #9FB08D

Tints of Norway #9FB08D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.97%

 BLUE value IS 141 (55.47% from 255) = 29.62%

R = 33.4%
G = 36.97%
B = 29.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#9FB08D (or 0x9FB08D) is known color: Norway. HEX triplet: 9F, B0 and 8D. RGB value is (159,176,141). Sum of RGB (Red+Green+Blue) = 159+176+141=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 141 (55.47% from 255 or 29.62% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB08D is #604F72. Grayscale: #A7A7A7. Windows color (decimal): -6311795 or 9285791. OLE color: 9285791.

HSL color Cylindrical-coordinate representation of color #9FB08D: hue angle of 89.14º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9FB08D is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 141 -
CMYK 0.10 0 0.20 0.31
HSL 89.14º 0.18% 0.62% -
HSV(B) 89.14º 0.2% 0.69% -
XYZ 34.63 40.34 31.16 -
YUV 166.93 113.37 122.35 -
System Red Green Blue C M Y K H S L
Decimal 159 176 141 0.10 0 0.20 0.31 89.14 0.18 0.62
Hex 9F B0 8D A 0 14 1F 59 12 3E
Octal 237 260 215 12 0 24 37 131 22 76
Binary 10011111 10110000 10001101 1010 0 10100 11111 1011001 10010 111110

Color Harmonies of #9FB08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB08D

Black with #9FB08D

Text Example


Text Example

White with #9FB08D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,141); }

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

background-color css

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

 a { background-color: rgb(159,176,141); }

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

border-color css

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

 span { border-color: rgb(159,176,141); }

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