Html Css Color HEX #9BA98B Norway

📋 copy color: '#9BA98B'

red 155 ◦ green 169 ◦ blue 139

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

Shades of Norway #9BA98B

Tints of Norway #9BA98B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.02%

R = 33.48%
G = 36.5%
B = 30.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.18

 K value IS 0.34

RGB Variations

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

Color information

#9BA98B (or 0x9BA98B) is known color: Norway. HEX triplet: 9B, A9 and 8B. RGB value is (155,169,139). Sum of RGB (Red+Green+Blue) = 155+169+139=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 169 (66.41% from 255 or 36.50% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA98B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA98B is #645674. Grayscale: #A1A1A1. Windows color (decimal): -6575733 or 9152923. OLE color: 9152923.

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

Color convert

RGB 155 169 139 -
CMYK 0.08 0 0.18 0.34
HSL 88º 0.15% 0.6% -
HSV(B) 88º 0.18% 0.66% -
XYZ 32.37 37.21 29.9 -
YUV 161.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 155 169 139 0.08 0 0.18 0.34 88 0.15 0.6
Hex 9B A9 8B 8 0 12 22 58 F 3C
Octal 233 251 213 10 0 22 42 130 17 74
Binary 10011011 10101001 10001011 1000 0 10010 100010 1011000 1111 111100

Color Harmonies of #9BA98B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA98B

Black with #9BA98B

Text Example


Text Example

White with #9BA98B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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