Html Css Color HEX #9BB887 Norway

📋 copy color: '#9BB887'

red 155 ◦ green 184 ◦ blue 135

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

Shades of Norway #9BB887

Tints of Norway #9BB887

RGB

 RED value IS 155 (60.94% from 255) = 32.7%

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

 BLUE value IS 135 (53.13% from 255) = 28.48%

R = 32.7%
G = 38.82%
B = 28.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#9BB887 (or 0x9BB887) is known color: Norway. HEX triplet: 9B, B8 and 87. RGB value is (155,184,135). Sum of RGB (Red+Green+Blue) = 155+184+135=474 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.70% from 474); Green value is 184 (72.27% from 255 or 38.82% from 474); Blue value is 135 (53.12% from 255 or 28.48% from 474); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB887 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB887 is #644778. Grayscale: #A9A9A9. Windows color (decimal): -6571897 or 8894619. OLE color: 8894619.

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

Color convert

RGB 155 184 135 -
CMYK 0.16 0 0.27 0.28
HSL 95.51º 0.26% 0.63% -
HSV(B) 95.51º 0.27% 0.72% -
XYZ 35.03 43 29.37 -
YUV 169.74 108.39 117.48 -
System Red Green Blue C M Y K H S L
Decimal 155 184 135 0.16 0 0.27 0.28 95.51 0.26 0.63
Hex 9B B8 87 10 0 1B 1C 60 1A 3F
Octal 233 270 207 20 0 33 34 140 32 77
Binary 10011011 10111000 10000111 10000 0 11011 11100 1100000 11010 111111

Color Harmonies of #9BB887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB887

Black with #9BB887

Text Example


Text Example

White with #9BB887

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,135); }

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

background-color css

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

 a { background-color: rgb(155,184,135); }

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

border-color css

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

 span { border-color: rgb(155,184,135); }

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