Html Css Color HEX #9DBE82 Norway

📋 copy color: '#9DBE82'

red 157 ◦ green 190 ◦ blue 130

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

Shades of Norway #9DBE82

Tints of Norway #9DBE82

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.83%

 BLUE value IS 130 (51.17% from 255) = 27.25%

R = 32.91%
G = 39.83%
B = 27.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#9DBE82 (or 0x9DBE82) is known color: Norway. HEX triplet: 9D, BE and 82. RGB value is (157,190,130). Sum of RGB (Red+Green+Blue) = 157+190+130=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 190 (74.61% from 255 or 39.83% from 477); Blue value is 130 (51.17% from 255 or 27.25% from 477); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE82 is #62417D. Grayscale: #ADADAD. Windows color (decimal): -6439294 or 8568477. OLE color: 8568477.

HSL color Cylindrical-coordinate representation of color #9DBE82: hue angle of 93º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9DBE82 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 130 -
CMYK 0.17 0 0.32 0.25
HSL 93º 0.32% 0.63% -
HSV(B) 93º 0.32% 0.75% -
XYZ 36.35 45.61 28.01 -
YUV 173.29 103.57 116.38 -
System Red Green Blue C M Y K H S L
Decimal 157 190 130 0.17 0 0.32 0.25 93 0.32 0.63
Hex 9D BE 82 11 0 20 19 5D 20 3F
Octal 235 276 202 21 0 40 31 135 40 77
Binary 10011101 10111110 10000010 10001 0 100000 11001 1011101 100000 111111

Color Harmonies of #9DBE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBE82

Black with #9DBE82

Text Example


Text Example

White with #9DBE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,190,130); }

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

background-color css

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

 a { background-color: rgb(157,190,130); }

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

border-color css

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

 span { border-color: rgb(157,190,130); }

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