Html Css Color HEX #9BAB8A Norway

📋 copy color: '#9BAB8A'

red 155 ◦ green 171 ◦ blue 138

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

Shades of Norway #9BAB8A

Tints of Norway #9BAB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.74%

R = 33.41%
G = 36.85%
B = 29.74%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#9BAB8A (or 0x9BAB8A) is known color: Norway. HEX triplet: 9B, AB and 8A. RGB value is (155,171,138). Sum of RGB (Red+Green+Blue) = 155+171+138=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB8A is #645475. Grayscale: #A2A2A2. Windows color (decimal): -6575222 or 9087899. OLE color: 9087899.

HSL color Cylindrical-coordinate representation of color #9BAB8A: hue angle of 89.09º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9BAB8A is Cyan = 0.09, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 155 171 138 -
CMYK 0.09 0 0.19 0.33
HSL 89.09º 0.16% 0.61% -
HSV(B) 89.09º 0.19% 0.67% -
XYZ 32.67 37.93 29.64 -
YUV 162.45 114.2 122.68 -
System Red Green Blue C M Y K H S L
Decimal 155 171 138 0.09 0 0.19 0.33 89.09 0.16 0.61
Hex 9B AB 8A 9 0 13 21 59 10 3D
Octal 233 253 212 11 0 23 41 131 20 75
Binary 10011011 10101011 10001010 1001 0 10011 100001 1011001 10000 111101

Color Harmonies of #9BAB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB8A

Black with #9BAB8A

Text Example


Text Example

White with #9BAB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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