Html Css Color HEX #9BB686 Norway

📋 copy color: '#9BB686'

red 155 ◦ green 182 ◦ blue 134

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

Shades of Norway #9BB686

Tints of Norway #9BB686

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

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

R = 32.91%
G = 38.64%
B = 28.45%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#9BB686 (or 0x9BB686) is known color: Norway. HEX triplet: 9B, B6 and 86. RGB value is (155,182,134). Sum of RGB (Red+Green+Blue) = 155+182+134=471 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.91% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 134 (52.73% from 255 or 28.45% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #9BB686 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB686 is #644979. Grayscale: #A8A8A8. Windows color (decimal): -6572410 or 8828571. OLE color: 8828571.

HSL color Cylindrical-coordinate representation of color #9BB686: hue angle of 93.75º degrees, saturation: 0.25, 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 #9BB686 is Cyan = 0.15, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 155 182 134 -
CMYK 0.15 0 0.26 0.29
HSL 93.75º 0.25% 0.62% -
HSV(B) 93.75º 0.26% 0.71% -
XYZ 34.55 42.15 28.87 -
YUV 168.46 108.55 118.4 -
System Red Green Blue C M Y K H S L
Decimal 155 182 134 0.15 0 0.26 0.29 93.75 0.25 0.62
Hex 9B B6 86 F 0 1A 1D 5E 19 3E
Octal 233 266 206 17 0 32 35 136 31 76
Binary 10011011 10110110 10000110 1111 0 11010 11101 1011110 11001 111110

Color Harmonies of #9BB686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB686

Black with #9BB686

Text Example


Text Example

White with #9BB686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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