Html Css Color HEX #9FB690 Norway

📋 copy color: '#9FB690'

red 159 ◦ green 182 ◦ blue 144

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

Shades of Norway #9FB690

Tints of Norway #9FB690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.69%

R = 32.78%
G = 37.53%
B = 29.69%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#9FB690 (or 0x9FB690) is known color: Norway. HEX triplet: 9F, B6 and 90. RGB value is (159,182,144). Sum of RGB (Red+Green+Blue) = 159+182+144=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 182 (71.48% from 255 or 37.53% from 485); Blue value is 144 (56.64% from 255 or 29.69% from 485); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB690 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB690 is #60496F. Grayscale: #AAAAAA. Windows color (decimal): -6310256 or 9483935. OLE color: 9483935.

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

Color convert

RGB 159 182 144 -
CMYK 0.13 0 0.21 0.29
HSL 96.32º 0.21% 0.64% -
HSV(B) 96.32º 0.21% 0.71% -
XYZ 36.06 42.84 32.75 -
YUV 170.79 112.88 119.59 -
System Red Green Blue C M Y K H S L
Decimal 159 182 144 0.13 0 0.21 0.29 96.32 0.21 0.64
Hex 9F B6 90 D 0 15 1D 60 15 40
Octal 237 266 220 15 0 25 35 140 25 100
Binary 10011111 10110110 10010000 1101 0 10101 11101 1100000 10101 1000000

Color Harmonies of #9FB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB690

Black with #9FB690

Text Example


Text Example

White with #9FB690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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