Html Css Color HEX #9FB38A Norway

📋 copy color: '#9FB38A'

red 159 ◦ green 179 ◦ blue 138

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

Shades of Norway #9FB38A

Tints of Norway #9FB38A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 37.61%

 BLUE value IS 138 (54.3% from 255) = 28.99%

R = 33.4%
G = 37.61%
B = 28.99%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.23

 K value IS 0.30

RGB Variations

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

Color information

#9FB38A (or 0x9FB38A) is known color: Norway. HEX triplet: 9F, B3 and 8A. RGB value is (159,179,138). Sum of RGB (Red+Green+Blue) = 159+179+138=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 179 (70.31% from 255 or 37.61% from 476); Blue value is 138 (54.30% from 255 or 28.99% from 476); Max value from RGB is 179 - color contains mainly: green. Hex color #9FB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB38A is #604C75. Grayscale: #A8A8A8. Windows color (decimal): -6311030 or 9089951. OLE color: 9089951.

HSL color Cylindrical-coordinate representation of color #9FB38A: hue angle of 89.27º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9FB38A is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB 159 179 138 -
CMYK 0.11 0 0.23 0.30
HSL 89.27º 0.21% 0.62% -
HSV(B) 89.27º 0.23% 0.7% -
XYZ 35.01 41.45 30.2 -
YUV 168.35 110.87 121.33 -
System Red Green Blue C M Y K H S L
Decimal 159 179 138 0.11 0 0.23 0.30 89.27 0.21 0.62
Hex 9F B3 8A B 0 17 1E 59 15 3E
Octal 237 263 212 13 0 27 36 131 25 76
Binary 10011111 10110011 10001010 1011 0 10111 11110 1011001 10101 111110

Color Harmonies of #9FB38A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB38A

Black with #9FB38A

Text Example


Text Example

White with #9FB38A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,179,138); }

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

background-color css

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

 a { background-color: rgb(159,179,138); }

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

border-color css

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

 span { border-color: rgb(159,179,138); }

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