Html Css Color HEX #9DB591 Norway

📋 copy color: '#9DB591'

red 157 ◦ green 181 ◦ blue 145

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

Shades of Norway #9DB591

Tints of Norway #9DB591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 30.02%

R = 32.51%
G = 37.47%
B = 30.02%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#9DB591 (or 0x9DB591) is known color: Norway. HEX triplet: 9D, B5 and 91. RGB value is (157,181,145). Sum of RGB (Red+Green+Blue) = 157+181+145=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 181 (71.09% from 255 or 37.47% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB591 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB591 is #624A6E. Grayscale: #A9A9A9. Windows color (decimal): -6441583 or 9549213. OLE color: 9549213.

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

Color convert

RGB 157 181 145 -
CMYK 0.13 0 0.20 0.29
HSL 100º 0.2% 0.64% -
HSV(B) 100º 0.2% 0.71% -
XYZ 35.54 42.26 33.07 -
YUV 169.72 114.05 118.93 -
System Red Green Blue C M Y K H S L
Decimal 157 181 145 0.13 0 0.20 0.29 100 0.2 0.64
Hex 9D B5 91 D 0 14 1D 64 14 40
Octal 235 265 221 15 0 24 35 144 24 100
Binary 10011101 10110101 10010001 1101 0 10100 11101 1100100 10100 1000000

Color Harmonies of #9DB591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB591

Black with #9DB591

Text Example


Text Example

White with #9DB591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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