Html Css Color HEX #9BA88B Norway

📋 copy color: '#9BA88B'

red 155 ◦ green 168 ◦ blue 139

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

Shades of Norway #9BA88B

Tints of Norway #9BA88B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.36%

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

R = 33.55%
G = 36.36%
B = 30.09%

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

#9BA88B (or 0x9BA88B) is known color: Norway. HEX triplet: 9B, A8 and 8B. RGB value is (155,168,139). Sum of RGB (Red+Green+Blue) = 155+168+139=462 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.55% from 462); Green value is 168 (66.02% from 255 or 36.36% from 462); Blue value is 139 (54.69% from 255 or 30.09% from 462); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA88B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA88B is #645774. Grayscale: #A0A0A0. Windows color (decimal): -6575989 or 9152667. OLE color: 9152667.

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

Color convert

RGB 155 168 139 -
CMYK 0.08 0 0.17 0.34
HSL 86.9º 0.14% 0.6% -
HSV(B) 86.9º 0.17% 0.66% -
XYZ 32.18 36.84 29.84 -
YUV 160.81 115.69 123.86 -
System Red Green Blue C M Y K H S L
Decimal 155 168 139 0.08 0 0.17 0.34 86.9 0.14 0.6
Hex 9B A8 8B 8 0 11 22 57 E 3C
Octal 233 250 213 10 0 21 42 127 16 74
Binary 10011011 10101000 10001011 1000 0 10001 100010 1010111 1110 111100

Color Harmonies of #9BA88B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA88B

Black with #9BA88B

Text Example


Text Example

White with #9BA88B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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