Html Css Color HEX #9CB391 Norway

📋 copy color: '#9CB391'

red 156 ◦ green 179 ◦ blue 145

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

Shades of Norway #9CB391

Tints of Norway #9CB391

RGB

 RED value IS 156 (61.33% from 255) = 32.5%

 GREEN value IS 179 (70.31% from 255) = 37.29%

 BLUE value IS 145 (57.03% from 255) = 30.21%

R = 32.5%
G = 37.29%
B = 30.21%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#9CB391 (or 0x9CB391) is known color: Norway. HEX triplet: 9C, B3 and 91. RGB value is (156,179,145). Sum of RGB (Red+Green+Blue) = 156+179+145=480 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.5% from 480); Green value is 179 (70.31% from 255 or 37.29% from 480); Blue value is 145 (57.03% from 255 or 30.21% from 480); Max value from RGB is 179 - color contains mainly: green. Hex color #9CB391 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CB391 is #634C6E. Grayscale: #A8A8A8. Windows color (decimal): -6507631 or 9548700. OLE color: 9548700.

HSL color Cylindrical-coordinate representation of color #9CB391: hue angle of 100.59º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9CB391 is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 156 179 145 -
CMYK 0.13 0 0.19 0.30
HSL 100.59º 0.18% 0.64% -
HSV(B) 100.59º 0.19% 0.7% -
XYZ 34.94 41.35 32.93 -
YUV 168.25 114.88 119.26 -
System Red Green Blue C M Y K H S L
Decimal 156 179 145 0.13 0 0.19 0.30 100.59 0.18 0.64
Hex 9C B3 91 D 0 13 1E 65 12 40
Octal 234 263 221 15 0 23 36 145 22 100
Binary 10011100 10110011 10010001 1101 0 10011 11110 1100101 10010 1000000

Color Harmonies of #9CB391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB391

Black with #9CB391

Text Example


Text Example

White with #9CB391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,179,145); }

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

background-color css

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

 a { background-color: rgb(156,179,145); }

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

border-color css

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

 span { border-color: rgb(156,179,145); }

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