Html Css Color HEX #9FB883 Norway

📋 copy color: '#9FB883'

red 159 ◦ green 184 ◦ blue 131

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

Shades of Norway #9FB883

Tints of Norway #9FB883

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.82%

 BLUE value IS 131 (51.56% from 255) = 27.64%

R = 33.54%
G = 38.82%
B = 27.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#9FB883 (or 0x9FB883) is known color: Norway. HEX triplet: 9F, B8 and 83. RGB value is (159,184,131). Sum of RGB (Red+Green+Blue) = 159+184+131=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 131 (51.56% from 255 or 27.64% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB883 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB883 is #60477C. Grayscale: #AAAAAA. Windows color (decimal): -6309757 or 8632479. OLE color: 8632479.

HSL color Cylindrical-coordinate representation of color #9FB883: hue angle of 88.3º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FB883 is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 184 131 -
CMYK 0.14 0 0.29 0.28
HSL 88.3º 0.27% 0.62% -
HSV(B) 88.3º 0.29% 0.72% -
XYZ 35.54 43.29 27.96 -
YUV 170.48 105.72 119.81 -
System Red Green Blue C M Y K H S L
Decimal 159 184 131 0.14 0 0.29 0.28 88.3 0.27 0.62
Hex 9F B8 83 E 0 1D 1C 58 1B 3E
Octal 237 270 203 16 0 35 34 130 33 76
Binary 10011111 10111000 10000011 1110 0 11101 11100 1011000 11011 111110

Color Harmonies of #9FB883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB883

Black with #9FB883

Text Example


Text Example

White with #9FB883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,184,131); }

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

background-color css

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

 a { background-color: rgb(159,184,131); }

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

border-color css

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

 span { border-color: rgb(159,184,131); }

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