Html Css Color HEX #9FBD8C Norway

📋 copy color: '#9FBD8C'

red 159 ◦ green 189 ◦ blue 140

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

Shades of Norway #9FBD8C

Tints of Norway #9FBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.73%

 BLUE value IS 140 (55.08% from 255) = 28.69%

R = 32.58%
G = 38.73%
B = 28.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#9FBD8C (or 0x9FBD8C) is known color: Norway. HEX triplet: 9F, BD and 8C. RGB value is (159,189,140). Sum of RGB (Red+Green+Blue) = 159+189+140=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 189 (74.22% from 255 or 38.73% from 488); Blue value is 140 (55.08% from 255 or 28.69% from 488); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD8C is #604273. Grayscale: #AEAEAE. Windows color (decimal): -6308468 or 9223583. OLE color: 9223583.

HSL color Cylindrical-coordinate representation of color #9FBD8C: hue angle of 96.73º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9FBD8C is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 189 140 -
CMYK 0.16 0 0.26 0.26
HSL 96.73º 0.27% 0.65% -
HSV(B) 96.73º 0.26% 0.74% -
XYZ 37.23 45.66 31.66 -
YUV 174.44 108.56 116.98 -
System Red Green Blue C M Y K H S L
Decimal 159 189 140 0.16 0 0.26 0.26 96.73 0.27 0.65
Hex 9F BD 8C 10 0 1A 1A 61 1B 41
Octal 237 275 214 20 0 32 32 141 33 101
Binary 10011111 10111101 10001100 10000 0 11010 11010 1100001 11011 1000001

Color Harmonies of #9FBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBD8C

Black with #9FBD8C

Text Example


Text Example

White with #9FBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,189,140); }

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

background-color css

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

 a { background-color: rgb(159,189,140); }

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

border-color css

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

 span { border-color: rgb(159,189,140); }

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