Html Css Color HEX #9BBA88 Norway

📋 copy color: '#9BBA88'

red 155 ◦ green 186 ◦ blue 136

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

Shades of Norway #9BBA88

Tints of Norway #9BBA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.99%

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

R = 32.49%
G = 38.99%
B = 28.51%

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

#9BBA88 (or 0x9BBA88) is known color: Norway. HEX triplet: 9B, BA and 88. RGB value is (155,186,136). Sum of RGB (Red+Green+Blue) = 155+186+136=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 136 (53.52% from 255 or 28.51% from 477); Max value from RGB is 186 - color contains mainly: green. Hex color #9BBA88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBA88 is #644577. Grayscale: #ABABAB. Windows color (decimal): -6571384 or 8960667. OLE color: 8960667.

HSL color Cylindrical-coordinate representation of color #9BBA88: hue angle of 97.2º 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 #9BBA88 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 186 136 -
CMYK 0.17 0 0.27 0.27
HSL 97.2º 0.27% 0.63% -
HSV(B) 97.2º 0.27% 0.73% -
XYZ 35.52 43.86 29.89 -
YUV 171.03 108.23 116.57 -
System Red Green Blue C M Y K H S L
Decimal 155 186 136 0.17 0 0.27 0.27 97.2 0.27 0.63
Hex 9B BA 88 11 0 1B 1B 61 1B 3F
Octal 233 272 210 21 0 33 33 141 33 77
Binary 10011011 10111010 10001000 10001 0 11011 11011 1100001 11011 111111

Color Harmonies of #9BBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBA88

Black with #9BBA88

Text Example


Text Example

White with #9BBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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