Html Css Color HEX #9DB18D Norway

📋 copy color: '#9DB18D'

red 157 ◦ green 177 ◦ blue 141

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

Shades of Norway #9DB18D

Tints of Norway #9DB18D

RGB

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

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

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

R = 33.05%
G = 37.26%
B = 29.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#9DB18D (or 0x9DB18D) is known color: Norway. HEX triplet: 9D, B1 and 8D. RGB value is (157,177,141). Sum of RGB (Red+Green+Blue) = 157+177+141=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 177 (69.53% from 255 or 37.26% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 177 - color contains mainly: green. Hex color #9DB18D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB18D is #624E72. Grayscale: #A7A7A7. Windows color (decimal): -6442611 or 9286045. OLE color: 9286045.

HSL color Cylindrical-coordinate representation of color #9DB18D: hue angle of 93.33º 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 #9DB18D is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 177 141 -
CMYK 0.11 0 0.20 0.31
HSL 93.33º 0.19% 0.62% -
HSV(B) 93.33º 0.2% 0.69% -
XYZ 34.43 40.54 31.21 -
YUV 166.92 113.37 120.93 -
System Red Green Blue C M Y K H S L
Decimal 157 177 141 0.11 0 0.20 0.31 93.33 0.19 0.62
Hex 9D B1 8D B 0 14 1F 5D 13 3E
Octal 235 261 215 13 0 24 37 135 23 76
Binary 10011101 10110001 10001101 1011 0 10100 11111 1011101 10011 111110

Color Harmonies of #9DB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB18D

Black with #9DB18D

Text Example


Text Example

White with #9DB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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