Html Css Color HEX #9DB085 Norway

📋 copy color: '#9DB085'

red 157 ◦ green 176 ◦ blue 133

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

Shades of Norway #9DB085

Tints of Norway #9DB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.77%

 BLUE value IS 133 (52.34% from 255) = 28.54%

R = 33.69%
G = 37.77%
B = 28.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#9DB085 (or 0x9DB085) is known color: Norway. HEX triplet: 9D, B0 and 85. RGB value is (157,176,133). Sum of RGB (Red+Green+Blue) = 157+176+133=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 176 (69.14% from 255 or 37.77% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 176 - color contains mainly: green. Hex color #9DB085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DB085 is #624F7A. Grayscale: #A5A5A5. Windows color (decimal): -6442875 or 8761501. OLE color: 8761501.

HSL color Cylindrical-coordinate representation of color #9DB085: hue angle of 86.51º degrees, saturation: 0.21, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9DB085 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 176 133 -
CMYK 0.11 0 0.24 0.31
HSL 86.51º 0.21% 0.61% -
HSV(B) 86.51º 0.24% 0.69% -
XYZ 33.66 39.91 28.12 -
YUV 165.42 109.71 122 -
System Red Green Blue C M Y K H S L
Decimal 157 176 133 0.11 0 0.24 0.31 86.51 0.21 0.61
Hex 9D B0 85 B 0 18 1F 57 15 3D
Octal 235 260 205 13 0 30 37 127 25 75
Binary 10011101 10110000 10000101 1011 0 11000 11111 1010111 10101 111101

Color Harmonies of #9DB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB085

Black with #9DB085

Text Example


Text Example

White with #9DB085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,176,133); }

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

background-color css

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

 a { background-color: rgb(157,176,133); }

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

border-color css

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

 span { border-color: rgb(157,176,133); }

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