Html Css Color HEX #9FB48B Norway

📋 copy color: '#9FB48B'

red 159 ◦ green 180 ◦ blue 139

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

Shades of Norway #9FB48B

Tints of Norway #9FB48B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

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

R = 33.26%
G = 37.66%
B = 29.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#9FB48B (or 0x9FB48B) is known color: Norway. HEX triplet: 9F, B4 and 8B. RGB value is (159,180,139). Sum of RGB (Red+Green+Blue) = 159+180+139=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #9FB48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB48B is #604B74. Grayscale: #A9A9A9. Windows color (decimal): -6310773 or 9155743. OLE color: 9155743.

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

Color convert

RGB 159 180 139 -
CMYK 0.12 0 0.23 0.29
HSL 90.73º 0.21% 0.63% -
HSV(B) 90.73º 0.23% 0.71% -
XYZ 35.28 41.88 30.65 -
YUV 169.05 111.04 120.83 -
System Red Green Blue C M Y K H S L
Decimal 159 180 139 0.12 0 0.23 0.29 90.73 0.21 0.63
Hex 9F B4 8B C 0 17 1D 5B 15 3F
Octal 237 264 213 14 0 27 35 133 25 77
Binary 10011111 10110100 10001011 1100 0 10111 11101 1011011 10101 111111

Color Harmonies of #9FB48B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB48B

Black with #9FB48B

Text Example


Text Example

White with #9FB48B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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