Html Css Color HEX #9DB48D Norway

📋 copy color: '#9DB48D'

red 157 ◦ green 180 ◦ blue 141

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

Shades of Norway #9DB48D

Tints of Norway #9DB48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

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

R = 32.85%
G = 37.66%
B = 29.5%

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

#9DB48D (or 0x9DB48D) is known color: Norway. HEX triplet: 9D, B4 and 8D. RGB value is (157,180,141). Sum of RGB (Red+Green+Blue) = 157+180+141=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB48D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB48D is #624B72. Grayscale: #A8A8A8. Windows color (decimal): -6441843 or 9286813. OLE color: 9286813.

HSL color Cylindrical-coordinate representation of color #9DB48D: hue angle of 95.38º 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 #9DB48D is Cyan = 0.13, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 157 180 141 -
CMYK 0.13 0 0.22 0.29
HSL 95.38º 0.21% 0.63% -
HSV(B) 95.38º 0.22% 0.71% -
XYZ 35.03 41.73 31.41 -
YUV 168.68 112.38 119.67 -
System Red Green Blue C M Y K H S L
Decimal 157 180 141 0.13 0 0.22 0.29 95.38 0.21 0.63
Hex 9D B4 8D D 0 16 1D 5F 15 3F
Octal 235 264 215 15 0 26 35 137 25 77
Binary 10011101 10110100 10001101 1101 0 10110 11101 1011111 10101 111111

Color Harmonies of #9DB48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB48D

Black with #9DB48D

Text Example


Text Example

White with #9DB48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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