Html Css Color HEX #9DBC8D Norway

📋 copy color: '#9DBC8D'

red 157 ◦ green 188 ◦ blue 141

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

Shades of Norway #9DBC8D

Tints of Norway #9DBC8D

RGB

 RED value IS 157 (61.72% from 255) = 32.3%

 GREEN value IS 188 (73.83% from 255) = 38.68%

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

R = 32.3%
G = 38.68%
B = 29.01%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#9DBC8D (or 0x9DBC8D) is known color: Norway. HEX triplet: 9D, BC and 8D. RGB value is (157,188,141). Sum of RGB (Red+Green+Blue) = 157+188+141=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 188 (73.83% from 255 or 38.68% from 486); Blue value is 141 (55.47% from 255 or 29.01% from 486); Max value from RGB is 188 - color contains mainly: green. Hex color #9DBC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBC8D is #624372. Grayscale: #ADADAD. Windows color (decimal): -6439795 or 9288861. OLE color: 9288861.

HSL color Cylindrical-coordinate representation of color #9DBC8D: hue angle of 99.57º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9DBC8D is Cyan = 0.16, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 157 188 141 -
CMYK 0.16 0 0.25 0.26
HSL 99.57º 0.26% 0.65% -
HSV(B) 99.57º 0.25% 0.74% -
XYZ 36.7 45.06 31.96 -
YUV 173.37 109.73 116.32 -
System Red Green Blue C M Y K H S L
Decimal 157 188 141 0.16 0 0.25 0.26 99.57 0.26 0.65
Hex 9D BC 8D 10 0 19 1A 64 1A 41
Octal 235 274 215 20 0 31 32 144 32 101
Binary 10011101 10111100 10001101 10000 0 11001 11010 1100100 11010 1000001

Color Harmonies of #9DBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBC8D

Black with #9DBC8D

Text Example


Text Example

White with #9DBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,188,141); }

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

background-color css

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

 a { background-color: rgb(157,188,141); }

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

border-color css

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

 span { border-color: rgb(157,188,141); }

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