#9BAF87

Color #9BAF87 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9BAF87

Tints of Norway #9BAF87

Color information

#9BAF87 (or 0x9BAF87) is unknown color: approx Norway. HEX triplet: 9B, AF and 87. RGB value is (155,175,135). Sum of RGB (Red+Green+Blue) = 155+175+135=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 175 (68.75% from 255 or 37.63% from 465); Blue value is 135 (53.12% from 255 or 29.03% from 465); Max value from RGB is 175 - color contains mainly: green. Hex color #9BAF87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAF87 is #645078. Grayscale: #A4A4A4. Windows color (decimal): -6574201 or 8892315. OLE color: 8892315.

HSL color Cylindrical-coordinate representation of color #9BAF87: hue angle of 90º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9BAF87 is Cyan = 0.11, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB155175135-
CMYK0.1100.230.31
HSL90º20%60.78%-
HSV(B)90º22.86%68.63%-
XYZ33.2239.3828.77-
YUV164.46111.37121.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.33%
GREEN value IS 175 (68.75% from 255) = 37.63%
BLUE value IS 135 (53.12% from 255) = 29.03%
R=33.33%
G=37.63%
B=29.03%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1551751350.1100.230.31902060.78
Hex9BAF87B0171F5a143d
Octal23325720713027371322475
Binary100110111010111110000111101101011111111101101010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BAF87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9BAF87;
 }
 .AnyTagClassName
 {
   color: #9BAF87;
 }
</style>
background-color css

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

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

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

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

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

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