Html Css Color HEX #9DBB82 Norway

📋 copy color: '#9DBB82'

red 157 ◦ green 187 ◦ blue 130

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

Shades of Norway #9DBB82

Tints of Norway #9DBB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.45%

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

R = 33.12%
G = 39.45%
B = 27.43%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#9DBB82 (or 0x9DBB82) is known color: Norway. HEX triplet: 9D, BB and 82. RGB value is (157,187,130). Sum of RGB (Red+Green+Blue) = 157+187+130=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 130 (51.17% from 255 or 27.43% from 474); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB82 is #62447D. Grayscale: #ABABAB. Windows color (decimal): -6440062 or 8567709. OLE color: 8567709.

HSL color Cylindrical-coordinate representation of color #9DBB82: hue angle of 91.58º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DBB82 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 157 187 130 -
CMYK 0.16 0 0.30 0.27
HSL 91.58º 0.3% 0.62% -
HSV(B) 91.58º 0.3% 0.73% -
XYZ 35.7 44.32 27.79 -
YUV 171.53 104.56 117.63 -
System Red Green Blue C M Y K H S L
Decimal 157 187 130 0.16 0 0.30 0.27 91.58 0.3 0.62
Hex 9D BB 82 10 0 1E 1B 5C 1E 3E
Octal 235 273 202 20 0 36 33 134 36 76
Binary 10011101 10111011 10000010 10000 0 11110 11011 1011100 11110 111110

Color Harmonies of #9DBB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB82

Black with #9DBB82

Text Example


Text Example

White with #9DBB82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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