Html Css Color HEX #9BA88E Norway

📋 copy color: '#9BA88E'

red 155 ◦ green 168 ◦ blue 142

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

Shades of Norway #9BA88E

Tints of Norway #9BA88E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 33.33%
G = 36.13%
B = 30.54%

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

#9BA88E (or 0x9BA88E) is known color: Norway. HEX triplet: 9B, A8 and 8E. RGB value is (155,168,142). Sum of RGB (Red+Green+Blue) = 155+168+142=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 168 (66.02% from 255 or 36.13% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 168 - color contains mainly: green. Hex color #9BA88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9BA88E is #645771. Grayscale: #A1A1A1. Windows color (decimal): -6575986 or 9349275. OLE color: 9349275.

HSL color Cylindrical-coordinate representation of color #9BA88E: hue angle of 90º 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 #9BA88E is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB 155 168 142 -
CMYK 0.08 0 0.15 0.34
HSL 90º 0.13% 0.61% -
HSV(B) 90º 0.15% 0.66% -
XYZ 32.4 36.93 31.01 -
YUV 161.15 117.19 123.61 -
System Red Green Blue C M Y K H S L
Decimal 155 168 142 0.08 0 0.15 0.34 90 0.13 0.61
Hex 9B A8 8E 8 0 F 22 5A D 3D
Octal 233 250 216 10 0 17 42 132 15 75
Binary 10011011 10101000 10001110 1000 0 1111 100010 1011010 1101 111101

Color Harmonies of #9BA88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BA88E

Black with #9BA88E

Text Example


Text Example

White with #9BA88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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