Html Css Color HEX #9BB888 Norway

📋 copy color: '#9BB888'

red 155 ◦ green 184 ◦ blue 136

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

Shades of Norway #9BB888

Tints of Norway #9BB888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 28.63%

R = 32.63%
G = 38.74%
B = 28.63%

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

#9BB888 (or 0x9BB888) is known color: Norway. HEX triplet: 9B, B8 and 88. RGB value is (155,184,136). Sum of RGB (Red+Green+Blue) = 155+184+136=475 (62% of max value = 765). Red value is 155 (60.94% from 255 or 32.63% from 475); Green value is 184 (72.27% from 255 or 38.74% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 184 - color contains mainly: green. Hex color #9BB888 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB888 is #644777. Grayscale: #AAAAAA. Windows color (decimal): -6571896 or 8960155. OLE color: 8960155.

HSL color Cylindrical-coordinate representation of color #9BB888: hue angle of 96.25º 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 #9BB888 is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 184 136 -
CMYK 0.16 0 0.26 0.28
HSL 96.25º 0.25% 0.63% -
HSV(B) 96.25º 0.26% 0.72% -
XYZ 35.1 43.03 29.75 -
YUV 169.86 108.89 117.4 -
System Red Green Blue C M Y K H S L
Decimal 155 184 136 0.16 0 0.26 0.28 96.25 0.25 0.63
Hex 9B B8 88 10 0 1A 1C 60 19 3F
Octal 233 270 210 20 0 32 34 140 31 77
Binary 10011011 10111000 10001000 10000 0 11010 11100 1100000 11001 111111

Color Harmonies of #9BB888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB888

Black with #9BB888

Text Example


Text Example

White with #9BB888

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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