Html Css Color HEX #9FBD8B Norway

📋 copy color: '#9FBD8B'

red 159 ◦ green 189 ◦ blue 139

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

Shades of Norway #9FBD8B

Tints of Norway #9FBD8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.54%

R = 32.65%
G = 38.81%
B = 28.54%

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

#9FBD8B (or 0x9FBD8B) is known color: Norway. HEX triplet: 9F, BD and 8B. RGB value is (159,189,139). Sum of RGB (Red+Green+Blue) = 159+189+139=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 189 (74.22% from 255 or 38.81% from 487); Blue value is 139 (54.69% from 255 or 28.54% from 487); Max value from RGB is 189 - color contains mainly: green. Hex color #9FBD8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBD8B is #604274. Grayscale: #AEAEAE. Windows color (decimal): -6308469 or 9158047. OLE color: 9158047.

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

Color convert

RGB 159 189 139 -
CMYK 0.16 0 0.26 0.26
HSL 96º 0.27% 0.64% -
HSV(B) 96º 0.26% 0.74% -
XYZ 37.16 45.63 31.28 -
YUV 174.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 159 189 139 0.16 0 0.26 0.26 96 0.27 0.64
Hex 9F BD 8B 10 0 1A 1A 60 1B 40
Octal 237 275 213 20 0 32 32 140 33 100
Binary 10011111 10111101 10001011 10000 0 11010 11010 1100000 11011 1000000

Color Harmonies of #9FBD8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBD8B

Black with #9FBD8B

Text Example


Text Example

White with #9FBD8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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