Html Css Color HEX #9BB486 Norway

📋 copy color: '#9BB486'

red 155 ◦ green 180 ◦ blue 134

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

Shades of Norway #9BB486

Tints of Norway #9BB486

RGB

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

 GREEN value IS 180 (70.7% from 255) = 38.38%

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

R = 33.05%
G = 38.38%
B = 28.57%

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

#9BB486 (or 0x9BB486) is known color: Norway. HEX triplet: 9B, B4 and 86. RGB value is (155,180,134). Sum of RGB (Red+Green+Blue) = 155+180+134=469 (62% of max value = 765). Red value is 155 (60.94% from 255 or 33.05% from 469); Green value is 180 (70.70% from 255 or 38.38% from 469); Blue value is 134 (52.73% from 255 or 28.57% from 469); Max value from RGB is 180 - color contains mainly: green. Hex color #9BB486 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB486 is #644B79. Grayscale: #A7A7A7. Windows color (decimal): -6572922 or 8828059. OLE color: 8828059.

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

Color convert

RGB 155 180 134 -
CMYK 0.14 0 0.26 0.29
HSL 92.61º 0.23% 0.62% -
HSV(B) 92.61º 0.26% 0.71% -
XYZ 34.14 41.33 28.73 -
YUV 167.28 109.22 119.24 -
System Red Green Blue C M Y K H S L
Decimal 155 180 134 0.14 0 0.26 0.29 92.61 0.23 0.62
Hex 9B B4 86 E 0 1A 1D 5D 17 3E
Octal 233 264 206 16 0 32 35 135 27 76
Binary 10011011 10110100 10000110 1110 0 11010 11101 1011101 10111 111110

Color Harmonies of #9BB486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB486

Black with #9BB486

Text Example


Text Example

White with #9BB486

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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