Html Css Color HEX #9BAB88 Norway

📋 copy color: '#9BAB88'

red 155 ◦ green 171 ◦ blue 136

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

Shades of Norway #9BAB88

Tints of Norway #9BAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.01%

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

R = 33.55%
G = 37.01%
B = 29.44%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#9BAB88 (or 0x9BAB88) is known color: Norway. HEX triplet: 9B, AB and 88. RGB value is (155,171,136). Sum of RGB (Red+Green+Blue) = 155+171+136=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 171 (67.19% from 255 or 37.01% from 462); Blue value is 136 (53.52% from 255 or 29.44% from 462); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB88 is #645477. Grayscale: #A2A2A2. Windows color (decimal): -6575224 or 8956827. OLE color: 8956827.

HSL color Cylindrical-coordinate representation of color #9BAB88: hue angle of 87.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9BAB88 is Cyan = 0.09, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 136 -
CMYK 0.09 0 0.20 0.33
HSL 87.43º 0.17% 0.6% -
HSV(B) 87.43º 0.2% 0.67% -
XYZ 32.52 37.87 28.89 -
YUV 162.23 113.2 122.85 -
System Red Green Blue C M Y K H S L
Decimal 155 171 136 0.09 0 0.20 0.33 87.43 0.17 0.6
Hex 9B AB 88 9 0 14 21 57 11 3C
Octal 233 253 210 11 0 24 41 127 21 74
Binary 10011011 10101011 10001000 1001 0 10100 100001 1010111 10001 111100

Color Harmonies of #9BAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB88

Black with #9BAB88

Text Example


Text Example

White with #9BAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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