Html Css Color HEX #9BBB88 Norway

📋 copy color: '#9BBB88'

red 155 ◦ green 187 ◦ blue 136

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

Shades of Norway #9BBB88

Tints of Norway #9BBB88

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.12%

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

R = 32.43%
G = 39.12%
B = 28.45%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9BBB88 (or 0x9BBB88) is known color: Norway. HEX triplet: 9B, BB and 88. RGB value is (155,187,136). Sum of RGB (Red+Green+Blue) = 155+187+136=478 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.43% from 478); Green value is 187 (73.44% from 255 or 39.12% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB88 is #644477. Grayscale: #ABABAB. Windows color (decimal): -6571128 or 8960923. OLE color: 8960923.

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

Color convert

RGB 155 187 136 -
CMYK 0.17 0 0.27 0.27
HSL 97.65º 0.27% 0.63% -
HSV(B) 97.65º 0.27% 0.73% -
XYZ 35.73 44.29 29.96 -
YUV 171.62 107.9 116.15 -
System Red Green Blue C M Y K H S L
Decimal 155 187 136 0.17 0 0.27 0.27 97.65 0.27 0.63
Hex 9B BB 88 11 0 1B 1B 62 1B 3F
Octal 233 273 210 21 0 33 33 142 33 77
Binary 10011011 10111011 10001000 10001 0 11011 11011 1100010 11011 111111

Color Harmonies of #9BBB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB88

Black with #9BBB88

Text Example


Text Example

White with #9BBB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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