Html Css Color HEX #9DB58D Norway

📋 copy color: '#9DB58D'

red 157 ◦ green 181 ◦ blue 141

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

Shades of Norway #9DB58D

Tints of Norway #9DB58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.79%

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

R = 32.78%
G = 37.79%
B = 29.44%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9DB58D (or 0x9DB58D) is known color: Norway. HEX triplet: 9D, B5 and 8D. RGB value is (157,181,141). Sum of RGB (Red+Green+Blue) = 157+181+141=479 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.78% from 479); Green value is 181 (71.09% from 255 or 37.79% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB58D is #624A72. Grayscale: #A9A9A9. Windows color (decimal): -6441587 or 9287069. OLE color: 9287069.

HSL color Cylindrical-coordinate representation of color #9DB58D: hue angle of 96º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DB58D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 181 141 -
CMYK 0.13 0 0.22 0.29
HSL 96º 0.21% 0.63% -
HSV(B) 96º 0.22% 0.71% -
XYZ 35.24 42.14 31.48 -
YUV 169.26 112.05 119.25 -
System Red Green Blue C M Y K H S L
Decimal 157 181 141 0.13 0 0.22 0.29 96 0.21 0.63
Hex 9D B5 8D D 0 16 1D 60 15 3F
Octal 235 265 215 15 0 26 35 140 25 77
Binary 10011101 10110101 10001101 1101 0 10110 11101 1100000 10101 111111

Color Harmonies of #9DB58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB58D

Black with #9DB58D

Text Example


Text Example

White with #9DB58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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