Html Css Color HEX #9BAB8C Norway

📋 copy color: '#9BAB8C'

red 155 ◦ green 171 ◦ blue 140

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

Shades of Norway #9BAB8C

Tints of Norway #9BAB8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 33.26%
G = 36.7%
B = 30.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#9BAB8C (or 0x9BAB8C) is known color: Norway. HEX triplet: 9B, AB and 8C. RGB value is (155,171,140). Sum of RGB (Red+Green+Blue) = 155+171+140=466 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.26% from 466); Green value is 171 (67.19% from 255 or 36.70% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 171 - color contains mainly: green. Hex color #9BAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BAB8C is #645473. Grayscale: #A2A2A2. Windows color (decimal): -6575220 or 9218971. OLE color: 9218971.

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

Color convert

RGB 155 171 140 -
CMYK 0.09 0 0.18 0.33
HSL 90.97º 0.16% 0.61% -
HSV(B) 90.97º 0.18% 0.67% -
XYZ 32.81 37.99 30.41 -
YUV 162.68 115.2 122.52 -
System Red Green Blue C M Y K H S L
Decimal 155 171 140 0.09 0 0.18 0.33 90.97 0.16 0.61
Hex 9B AB 8C 9 0 12 21 5B 10 3D
Octal 233 253 214 11 0 22 41 133 20 75
Binary 10011011 10101011 10001100 1001 0 10010 100001 1011011 10000 111101

Color Harmonies of #9BAB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BAB8C

Black with #9BAB8C

Text Example


Text Example

White with #9BAB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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