Html Css Color HEX #9FB693 Norway

📋 copy color: '#9FB693'

red 159 ◦ green 182 ◦ blue 147

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

Shades of Norway #9FB693

Tints of Norway #9FB693

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.3%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 32.58%
G = 37.3%
B = 30.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#9FB693 (or 0x9FB693) is known color: Norway. HEX triplet: 9F, B6 and 93. RGB value is (159,182,147). Sum of RGB (Red+Green+Blue) = 159+182+147=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB693 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB693 is #60496C. Grayscale: #ABABAB. Windows color (decimal): -6310253 or 9680543. OLE color: 9680543.

HSL color Cylindrical-coordinate representation of color #9FB693: hue angle of 99.43º degrees, saturation: 0.19, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9FB693 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 182 147 -
CMYK 0.13 0 0.19 0.29
HSL 99.43º 0.19% 0.65% -
HSV(B) 99.43º 0.19% 0.71% -
XYZ 36.29 42.93 33.98 -
YUV 171.13 114.38 119.35 -
System Red Green Blue C M Y K H S L
Decimal 159 182 147 0.13 0 0.19 0.29 99.43 0.19 0.65
Hex 9F B6 93 D 0 13 1D 63 13 41
Octal 237 266 223 15 0 23 35 143 23 101
Binary 10011111 10110110 10010011 1101 0 10011 11101 1100011 10011 1000001

Color Harmonies of #9FB693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB693

Black with #9FB693

Text Example


Text Example

White with #9FB693

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,182,147); }

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

background-color css

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

 a { background-color: rgb(159,182,147); }

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

border-color css

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

 span { border-color: rgb(159,182,147); }

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