Html Css Color HEX #9BB889 Norway

📋 copy color: '#9BB889'

red 155 ◦ green 184 ◦ blue 137

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

Shades of Norway #9BB889

Tints of Norway #9BB889

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.66%

 BLUE value IS 137 (53.91% from 255) = 28.78%

R = 32.56%
G = 38.66%
B = 28.78%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.28

RGB Variations

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

Color information

#9BB889 (or 0x9BB889) is known color: Norway. HEX triplet: 9B, B8 and 89. RGB value is (155,184,137). Sum of RGB (Red+Green+Blue) = 155+184+137=476 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.56% from 476); Green value is 184 (72.27% from 255 or 38.66% from 476); Blue value is 137 (53.91% from 255 or 28.78% from 476); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB889 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB889 is #644776. Grayscale: #AAAAAA. Windows color (decimal): -6571895 or 9025691. OLE color: 9025691.

HSL color Cylindrical-coordinate representation of color #9BB889: hue angle of 97.02º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9BB889 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 137 -
CMYK 0.16 0 0.26 0.28
HSL 97.02º 0.25% 0.63% -
HSV(B) 97.02º 0.26% 0.72% -
XYZ 35.17 43.06 30.12 -
YUV 169.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 155 184 137 0.16 0 0.26 0.28 97.02 0.25 0.63
Hex 9B B8 89 10 0 1A 1C 61 19 3F
Octal 233 270 211 20 0 32 34 141 31 77
Binary 10011011 10111000 10001001 10000 0 11010 11100 1100001 11001 111111

Color Harmonies of #9BB889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB889

Black with #9BB889

Text Example


Text Example

White with #9BB889

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,184,137); }

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

background-color css

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

 a { background-color: rgb(155,184,137); }

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

border-color css

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

 span { border-color: rgb(155,184,137); }

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