Html Css Color HEX #9FB885 Norway

📋 copy color: '#9FB885'

red 159 ◦ green 184 ◦ blue 133

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

Shades of Norway #9FB885

Tints of Norway #9FB885

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 33.4%
G = 38.66%
B = 27.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#9FB885 (or 0x9FB885) is known color: Norway. HEX triplet: 9F, B8 and 85. RGB value is (159,184,133). Sum of RGB (Red+Green+Blue) = 159+184+133=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #9FB885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB885 is #60477A. Grayscale: #AAAAAA. Windows color (decimal): -6309755 or 8763551. OLE color: 8763551.

HSL color Cylindrical-coordinate representation of color #9FB885: hue angle of 89.41º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB885 is Cyan = 0.14, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 159 184 133 -
CMYK 0.14 0 0.28 0.28
HSL 89.41º 0.26% 0.62% -
HSV(B) 89.41º 0.28% 0.72% -
XYZ 35.67 43.35 28.68 -
YUV 170.71 106.72 119.65 -
System Red Green Blue C M Y K H S L
Decimal 159 184 133 0.14 0 0.28 0.28 89.41 0.26 0.62
Hex 9F B8 85 E 0 1C 1C 59 1A 3E
Octal 237 270 205 16 0 34 34 131 32 76
Binary 10011111 10111000 10000101 1110 0 11100 11100 1011001 11010 111110

Color Harmonies of #9FB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB885

Black with #9FB885

Text Example


Text Example

White with #9FB885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,184,133); }

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

background-color css

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

 a { background-color: rgb(159,184,133); }

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

border-color css

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

 span { border-color: rgb(159,184,133); }

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