Html Css Color HEX #9BB78E Norway

📋 copy color: '#9BB78E'

red 155 ◦ green 183 ◦ blue 142

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

Shades of Norway #9BB78E

Tints of Norway #9BB78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

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

R = 32.29%
G = 38.13%
B = 29.58%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#9BB78E (or 0x9BB78E) is known color: Norway. HEX triplet: 9B, B7 and 8E. RGB value is (155,183,142). Sum of RGB (Red+Green+Blue) = 155+183+142=480 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.29% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #9BB78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BB78E is #644871. Grayscale: #AAAAAA. Windows color (decimal): -6572146 or 9353115. OLE color: 9353115.

HSL color Cylindrical-coordinate representation of color #9BB78E: hue angle of 100.98º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9BB78E is Cyan = 0.15, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 155 183 142 -
CMYK 0.15 0 0.22 0.28
HSL 100.98º 0.22% 0.64% -
HSV(B) 100.98º 0.22% 0.72% -
XYZ 35.33 42.79 31.99 -
YUV 169.95 112.22 117.33 -
System Red Green Blue C M Y K H S L
Decimal 155 183 142 0.15 0 0.22 0.28 100.98 0.22 0.64
Hex 9B B7 8E F 0 16 1C 65 16 40
Octal 233 267 216 17 0 26 34 145 26 100
Binary 10011011 10110111 10001110 1111 0 10110 11100 1100101 10110 1000000

Color Harmonies of #9BB78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BB78E

Black with #9BB78E

Text Example


Text Example

White with #9BB78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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