Html Css Color HEX #9DB684 Norway

📋 copy color: '#9DB684'

red 157 ◦ green 182 ◦ blue 132

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

Shades of Norway #9DB684

Tints of Norway #9DB684

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.64%

 BLUE value IS 132 (51.95% from 255) = 28.03%

R = 33.33%
G = 38.64%
B = 28.03%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#9DB684 (or 0x9DB684) is known color: Norway. HEX triplet: 9D, B6 and 84. RGB value is (157,182,132). Sum of RGB (Red+Green+Blue) = 157+182+132=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 182 (71.48% from 255 or 38.64% from 471); Blue value is 132 (51.95% from 255 or 28.03% from 471); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB684 is #62497B. Grayscale: #A9A9A9. Windows color (decimal): -6441340 or 8697501. OLE color: 8697501.

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

Color convert

RGB 157 182 132 -
CMYK 0.14 0 0.27 0.29
HSL 90º 0.26% 0.62% -
HSV(B) 90º 0.27% 0.71% -
XYZ 34.8 42.29 28.16 -
YUV 168.83 107.22 119.57 -
System Red Green Blue C M Y K H S L
Decimal 157 182 132 0.14 0 0.27 0.29 90 0.26 0.62
Hex 9D B6 84 E 0 1B 1D 5A 1A 3E
Octal 235 266 204 16 0 33 35 132 32 76
Binary 10011101 10110110 10000100 1110 0 11011 11101 1011010 11010 111110

Color Harmonies of #9DB684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB684

Black with #9DB684

Text Example


Text Example

White with #9DB684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,182,132); }

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

background-color css

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

 a { background-color: rgb(157,182,132); }

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

border-color css

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

 span { border-color: rgb(157,182,132); }

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