Html Css Color HEX #9FB588 Norway

📋 copy color: '#9FB588'

red 159 ◦ green 181 ◦ blue 136

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

Shades of Norway #9FB588

Tints of Norway #9FB588

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.03%

 BLUE value IS 136 (53.52% from 255) = 28.57%

R = 33.4%
G = 38.03%
B = 28.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#9FB588 (or 0x9FB588) is known color: Norway. HEX triplet: 9F, B5 and 88. RGB value is (159,181,136). Sum of RGB (Red+Green+Blue) = 159+181+136=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 181 (71.09% from 255 or 38.03% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB588 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB588 is #604A77. Grayscale: #A9A9A9. Windows color (decimal): -6310520 or 8959391. OLE color: 8959391.

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

Color convert

RGB 159 181 136 -
CMYK 0.12 0 0.25 0.29
HSL 89.33º 0.23% 0.62% -
HSV(B) 89.33º 0.25% 0.71% -
XYZ 35.27 42.2 29.58 -
YUV 169.29 109.21 120.66 -
System Red Green Blue C M Y K H S L
Decimal 159 181 136 0.12 0 0.25 0.29 89.33 0.23 0.62
Hex 9F B5 88 C 0 19 1D 59 17 3E
Octal 237 265 210 14 0 31 35 131 27 76
Binary 10011111 10110101 10001000 1100 0 11001 11101 1011001 10111 111110

Color Harmonies of #9FB588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB588

Black with #9FB588

Text Example


Text Example

White with #9FB588

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,181,136); }

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

background-color css

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

 a { background-color: rgb(159,181,136); }

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

border-color css

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

 span { border-color: rgb(159,181,136); }

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