Html Css Color HEX #9FBE8B Norway

📋 copy color: '#9FBE8B'

red 159 ◦ green 190 ◦ blue 139

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

Shades of Norway #9FBE8B

Tints of Norway #9FBE8B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.93%

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

R = 32.58%
G = 38.93%
B = 28.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#9FBE8B (or 0x9FBE8B) is known color: Norway. HEX triplet: 9F, BE and 8B. RGB value is (159,190,139). Sum of RGB (Red+Green+Blue) = 159+190+139=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 190 (74.61% from 255 or 38.93% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE8B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE8B is #604174. Grayscale: #AFAFAF. Windows color (decimal): -6308213 or 9158303. OLE color: 9158303.

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

Color convert

RGB 159 190 139 -
CMYK 0.16 0 0.27 0.25
HSL 96.47º 0.28% 0.65% -
HSV(B) 96.47º 0.27% 0.75% -
XYZ 37.37 46.06 31.35 -
YUV 174.92 107.73 116.65 -
System Red Green Blue C M Y K H S L
Decimal 159 190 139 0.16 0 0.27 0.25 96.47 0.28 0.65
Hex 9F BE 8B 10 0 1B 19 60 1C 41
Octal 237 276 213 20 0 33 31 140 34 101
Binary 10011111 10111110 10001011 10000 0 11011 11001 1100000 11100 1000001

Color Harmonies of #9FBE8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE8B

Black with #9FBE8B

Text Example


Text Example

White with #9FBE8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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