Html Css Color HEX #9DBD8C Norway

📋 copy color: '#9DBD8C'

red 157 ◦ green 189 ◦ blue 140

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

Shades of Norway #9DBD8C

Tints of Norway #9DBD8C

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.89%

 BLUE value IS 140 (55.08% from 255) = 28.81%

R = 32.3%
G = 38.89%
B = 28.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#9DBD8C (or 0x9DBD8C) is known color: Norway. HEX triplet: 9D, BD and 8C. RGB value is (157,189,140). Sum of RGB (Red+Green+Blue) = 157+189+140=486 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.30% from 486); Green value is 189 (74.22% from 255 or 38.89% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 189 - color contains mainly: green. Hex color #9DBD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBD8C is #624273. Grayscale: #AEAEAE. Windows color (decimal): -6439540 or 9223581. OLE color: 9223581.

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

Color convert

RGB 157 189 140 -
CMYK 0.17 0 0.26 0.26
HSL 99.18º 0.27% 0.65% -
HSV(B) 99.18º 0.26% 0.74% -
XYZ 36.84 45.46 31.64 -
YUV 173.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 157 189 140 0.17 0 0.26 0.26 99.18 0.27 0.65
Hex 9D BD 8C 11 0 1A 1A 63 1B 41
Octal 235 275 214 21 0 32 32 143 33 101
Binary 10011101 10111101 10001100 10001 0 11010 11010 1100011 11011 1000001

Color Harmonies of #9DBD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBD8C

Black with #9DBD8C

Text Example


Text Example

White with #9DBD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,189,140); }

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

background-color css

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

 a { background-color: rgb(157,189,140); }

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

border-color css

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

 span { border-color: rgb(157,189,140); }

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