Html Css Color HEX #9BB984 Norway

📋 copy color: '#9BB984'

red 155 ◦ green 185 ◦ blue 132

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

Shades of Norway #9BB984

Tints of Norway #9BB984

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

 BLUE value IS 132 (51.95% from 255) = 27.97%

R = 32.84%
G = 39.19%
B = 27.97%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.27

RGB Variations

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

Color information

#9BB984 (or 0x9BB984) is known color: Norway. HEX triplet: 9B, B9 and 84. RGB value is (155,185,132). Sum of RGB (Red+Green+Blue) = 155+185+132=472 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.84% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 132 (51.95% from 255 or 27.97% from 472); Max value from RGB is 185 - color contains mainly: green. Hex color #9BB984 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB984 is #64467B. Grayscale: #AAAAAA. Windows color (decimal): -6571644 or 8698267. OLE color: 8698267.

HSL color Cylindrical-coordinate representation of color #9BB984: hue angle of 93.96º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BB984 is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 185 132 -
CMYK 0.16 0 0.29 0.27
HSL 93.96º 0.27% 0.62% -
HSV(B) 93.96º 0.29% 0.73% -
XYZ 35.03 43.33 28.35 -
YUV 169.99 106.56 117.31 -
System Red Green Blue C M Y K H S L
Decimal 155 185 132 0.16 0 0.29 0.27 93.96 0.27 0.62
Hex 9B B9 84 10 0 1D 1B 5E 1B 3E
Octal 233 271 204 20 0 35 33 136 33 76
Binary 10011011 10111001 10000100 10000 0 11101 11011 1011110 11011 111110

Color Harmonies of #9BB984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB984

Black with #9BB984

Text Example


Text Example

White with #9BB984

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,185,132); }

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

background-color css

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

 a { background-color: rgb(155,185,132); }

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

border-color css

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

 span { border-color: rgb(155,185,132); }

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