Html Css Color HEX #9DB583 Norway

📋 copy color: '#9DB583'

red 157 ◦ green 181 ◦ blue 131

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

Shades of Norway #9DB583

Tints of Norway #9DB583

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 33.48%
G = 38.59%
B = 27.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#9DB583 (or 0x9DB583) is known color: Norway. HEX triplet: 9D, B5 and 83. RGB value is (157,181,131). Sum of RGB (Red+Green+Blue) = 157+181+131=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 181 (71.09% from 255 or 38.59% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB583 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB583 is #624A7C. Grayscale: #A8A8A8. Windows color (decimal): -6441597 or 8631709. OLE color: 8631709.

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

Color convert

RGB 157 181 131 -
CMYK 0.13 0 0.28 0.29
HSL 88.8º 0.25% 0.61% -
HSV(B) 88.8º 0.28% 0.71% -
XYZ 34.53 41.85 27.73 -
YUV 168.12 107.05 120.07 -
System Red Green Blue C M Y K H S L
Decimal 157 181 131 0.13 0 0.28 0.29 88.8 0.25 0.61
Hex 9D B5 83 D 0 1C 1D 59 19 3D
Octal 235 265 203 15 0 34 35 131 31 75
Binary 10011101 10110101 10000011 1101 0 11100 11101 1011001 11001 111101

Color Harmonies of #9DB583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB583

Black with #9DB583

Text Example


Text Example

White with #9DB583

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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