Html Css Color HEX #9DB287 Norway

📋 copy color: '#9DB287'

red 157 ◦ green 178 ◦ blue 135

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

Shades of Norway #9DB287

Tints of Norway #9DB287

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.87%

 BLUE value IS 135 (53.13% from 255) = 28.72%

R = 33.4%
G = 37.87%
B = 28.72%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#9DB287 (or 0x9DB287) is known color: Norway. HEX triplet: 9D, B2 and 87. RGB value is (157,178,135). Sum of RGB (Red+Green+Blue) = 157+178+135=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 178 (69.92% from 255 or 37.87% from 470); Blue value is 135 (53.12% from 255 or 28.72% from 470); Max value from RGB is 178 - color contains mainly: green. Hex color #9DB287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB287 is #624D78. Grayscale: #A6A6A6. Windows color (decimal): -6442361 or 8893085. OLE color: 8893085.

HSL color Cylindrical-coordinate representation of color #9DB287: hue angle of 89.3º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB287 is Cyan = 0.12, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.

Color convert

RGB 157 178 135 -
CMYK 0.12 0 0.24 0.30
HSL 89.3º 0.22% 0.61% -
HSV(B) 89.3º 0.24% 0.7% -
XYZ 34.2 40.76 28.99 -
YUV 166.82 110.04 121 -
System Red Green Blue C M Y K H S L
Decimal 157 178 135 0.12 0 0.24 0.30 89.3 0.22 0.61
Hex 9D B2 87 C 0 18 1E 59 16 3D
Octal 235 262 207 14 0 30 36 131 26 75
Binary 10011101 10110010 10000111 1100 0 11000 11110 1011001 10110 111101

Color Harmonies of #9DB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB287

Black with #9DB287

Text Example


Text Example

White with #9DB287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,178,135); }

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

background-color css

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

 a { background-color: rgb(157,178,135); }

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

border-color css

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

 span { border-color: rgb(157,178,135); }

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