Html Css Color HEX #9DB785 Norway

📋 copy color: '#9DB785'

red 157 ◦ green 183 ◦ blue 133

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

Shades of Norway #9DB785

Tints of Norway #9DB785

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.69%

 BLUE value IS 133 (52.34% from 255) = 28.12%

R = 33.19%
G = 38.69%
B = 28.12%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#9DB785 (or 0x9DB785) is known color: Norway. HEX triplet: 9D, B7 and 85. RGB value is (157,183,133). Sum of RGB (Red+Green+Blue) = 157+183+133=473 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.19% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB785 is #62487A. Grayscale: #A9A9A9. Windows color (decimal): -6441083 or 8763293. OLE color: 8763293.

HSL color Cylindrical-coordinate representation of color #9DB785: hue angle of 91.2º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DB785 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 183 133 -
CMYK 0.14 0 0.27 0.28
HSL 91.2º 0.26% 0.62% -
HSV(B) 91.2º 0.27% 0.72% -
XYZ 35.07 42.73 28.59 -
YUV 169.53 107.39 119.07 -
System Red Green Blue C M Y K H S L
Decimal 157 183 133 0.14 0 0.27 0.28 91.2 0.26 0.62
Hex 9D B7 85 E 0 1B 1C 5B 1A 3E
Octal 235 267 205 16 0 33 34 133 32 76
Binary 10011101 10110111 10000101 1110 0 11011 11100 1011011 11010 111110

Color Harmonies of #9DB785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB785

Black with #9DB785

Text Example


Text Example

White with #9DB785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,183,133); }

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

background-color css

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

 a { background-color: rgb(157,183,133); }

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

border-color css

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

 span { border-color: rgb(157,183,133); }

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