Html Css Color HEX #9BA990 Norway

📋 copy color: '#9BA990'

red 155 ◦ green 169 ◦ blue 144

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

Shades of Norway #9BA990

Tints of Norway #9BA990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.77%

R = 33.12%
G = 36.11%
B = 30.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.34

RGB Variations

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

Color information

#9BA990 (or 0x9BA990) is known color: Norway. HEX triplet: 9B, A9 and 90. RGB value is (155,169,144). Sum of RGB (Red+Green+Blue) = 155+169+144=468 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.12% from 468); Green value is 169 (66.41% from 255 or 36.11% from 468); Blue value is 144 (56.64% from 255 or 30.77% from 468); Max value from RGB is 169 - color contains mainly: green. Hex color #9BA990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA990 is #64566F. Grayscale: #A2A2A2. Windows color (decimal): -6575728 or 9480603. OLE color: 9480603.

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

Color convert

RGB 155 169 144 -
CMYK 0.08 0 0.15 0.34
HSL 93.6º 0.13% 0.61% -
HSV(B) 93.6º 0.15% 0.66% -
XYZ 32.74 37.36 31.87 -
YUV 161.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 155 169 144 0.08 0 0.15 0.34 93.6 0.13 0.61
Hex 9B A9 90 8 0 F 22 5E D 3D
Octal 233 251 220 10 0 17 42 136 15 75
Binary 10011011 10101001 10010000 1000 0 1111 100010 1011110 1101 111101

Color Harmonies of #9BA990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA990

Black with #9BA990

Text Example


Text Example

White with #9BA990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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