Html Css Color HEX #9BB586 Norway

📋 copy color: '#9BB586'

red 155 ◦ green 181 ◦ blue 134

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

Shades of Norway #9BB586

Tints of Norway #9BB586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 28.51%

R = 32.98%
G = 38.51%
B = 28.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#9BB586 (or 0x9BB586) is known color: Norway. HEX triplet: 9B, B5 and 86. RGB value is (155,181,134). Sum of RGB (Red+Green+Blue) = 155+181+134=470 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.98% from 470); Green value is 181 (71.09% from 255 or 38.51% from 470); Blue value is 134 (52.73% from 255 or 28.51% from 470); Max value from RGB is 181 - color contains mainly: green. Hex color #9BB586 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB586 is #644A79. Grayscale: #A8A8A8. Windows color (decimal): -6572666 or 8828315. OLE color: 8828315.

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

Color convert

RGB 155 181 134 -
CMYK 0.14 0 0.26 0.29
HSL 93.19º 0.24% 0.62% -
HSV(B) 93.19º 0.26% 0.71% -
XYZ 34.34 41.74 28.8 -
YUV 167.87 108.89 118.82 -
System Red Green Blue C M Y K H S L
Decimal 155 181 134 0.14 0 0.26 0.29 93.19 0.24 0.62
Hex 9B B5 86 E 0 1A 1D 5D 18 3E
Octal 233 265 206 16 0 32 35 135 30 76
Binary 10011011 10110101 10000110 1110 0 11010 11101 1011101 11000 111110

Color Harmonies of #9BB586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB586

Black with #9BB586

Text Example


Text Example

White with #9BB586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,181,134); }

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

background-color css

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

 a { background-color: rgb(155,181,134); }

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

border-color css

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

 span { border-color: rgb(155,181,134); }

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