Html Css Color HEX #9BBB8C Norway

📋 copy color: '#9BBB8C'

red 155 ◦ green 187 ◦ blue 140

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

Shades of Norway #9BBB8C

Tints of Norway #9BBB8C

RGB

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

 GREEN value IS 187 (73.44% from 255) = 38.8%

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

R = 32.16%
G = 38.8%
B = 29.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#9BBB8C (or 0x9BBB8C) is known color: Norway. HEX triplet: 9B, BB and 8C. RGB value is (155,187,140). Sum of RGB (Red+Green+Blue) = 155+187+140=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 187 (73.44% from 255 or 38.80% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 187 - color contains mainly: green. Hex color #9BBB8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BBB8C is #644473. Grayscale: #ACACAC. Windows color (decimal): -6571124 or 9223067. OLE color: 9223067.

HSL color Cylindrical-coordinate representation of color #9BBB8C: hue angle of 100.85º degrees, saturation: 0.26, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BBB8C is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 155 187 140 -
CMYK 0.17 0 0.25 0.27
HSL 100.85º 0.26% 0.64% -
HSV(B) 100.85º 0.25% 0.73% -
XYZ 36.02 44.4 31.48 -
YUV 172.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 155 187 140 0.17 0 0.25 0.27 100.85 0.26 0.64
Hex 9B BB 8C 11 0 19 1B 65 1A 40
Octal 233 273 214 21 0 31 33 145 32 100
Binary 10011011 10111011 10001100 10001 0 11001 11011 1100101 11010 1000000

Color Harmonies of #9BBB8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BBB8C

Black with #9BBB8C

Text Example


Text Example

White with #9BBB8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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