Html Css Color HEX #9CB18D Norway

📋 copy color: '#9CB18D'

red 156 ◦ green 177 ◦ blue 141

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

Shades of Norway #9CB18D

Tints of Norway #9CB18D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.34%

 BLUE value IS 141 (55.47% from 255) = 29.75%

R = 32.91%
G = 37.34%
B = 29.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#9CB18D (or 0x9CB18D) is known color: Norway. HEX triplet: 9C, B1 and 8D. RGB value is (156,177,141). Sum of RGB (Red+Green+Blue) = 156+177+141=474 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.91% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #9CB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CB18D is #634E72. Grayscale: #A6A6A6. Windows color (decimal): -6508147 or 9286044. OLE color: 9286044.

HSL color Cylindrical-coordinate representation of color #9CB18D: hue angle of 95º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9CB18D is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 156 177 141 -
CMYK 0.12 0 0.20 0.31
HSL 95º 0.19% 0.62% -
HSV(B) 95º 0.2% 0.69% -
XYZ 34.24 40.44 31.2 -
YUV 166.62 113.54 120.43 -
System Red Green Blue C M Y K H S L
Decimal 156 177 141 0.12 0 0.20 0.31 95 0.19 0.62
Hex 9C B1 8D C 0 14 1F 5F 13 3E
Octal 234 261 215 14 0 24 37 137 23 76
Binary 10011100 10110001 10001101 1100 0 10100 11111 1011111 10011 111110

Color Harmonies of #9CB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CB18D

Black with #9CB18D

Text Example


Text Example

White with #9CB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,177,141); }

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

background-color css

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

 a { background-color: rgb(156,177,141); }

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

border-color css

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

 span { border-color: rgb(156,177,141); }

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