Html Css Color HEX #9BA98C Norway

📋 copy color: '#9BA98C'

red 155 ◦ green 169 ◦ blue 140

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

Shades of Norway #9BA98C

Tints of Norway #9BA98C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.42%

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

R = 33.41%
G = 36.42%
B = 30.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.34

RGB Variations

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

Color information

#9BA98C (or 0x9BA98C) is known color: Norway. HEX triplet: 9B, A9 and 8C. RGB value is (155,169,140). Sum of RGB (Red+Green+Blue) = 155+169+140=464 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.41% from 464); Green value is 169 (66.41% from 255 or 36.42% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA98C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA98C is #645673. Grayscale: #A1A1A1. Windows color (decimal): -6575732 or 9218459. OLE color: 9218459.

HSL color Cylindrical-coordinate representation of color #9BA98C: hue angle of 88.97º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BA98C is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 169 140 -
CMYK 0.08 0 0.17 0.34
HSL 88.97º 0.14% 0.61% -
HSV(B) 88.97º 0.17% 0.66% -
XYZ 32.44 37.24 30.29 -
YUV 161.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 155 169 140 0.08 0 0.17 0.34 88.97 0.14 0.61
Hex 9B A9 8C 8 0 11 22 59 E 3D
Octal 233 251 214 10 0 21 42 131 16 75
Binary 10011011 10101001 10001100 1000 0 10001 100010 1011001 1110 111101

Color Harmonies of #9BA98C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA98C

Black with #9BA98C

Text Example


Text Example

White with #9BA98C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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