Html Css Color HEX #9DBB89 Norway

📋 copy color: '#9DBB89'

red 157 ◦ green 187 ◦ blue 137

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

Shades of Norway #9DBB89

Tints of Norway #9DBB89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.48%

R = 32.64%
G = 38.88%
B = 28.48%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#9DBB89 (or 0x9DBB89) is known color: Norway. HEX triplet: 9D, BB and 89. RGB value is (157,187,137). Sum of RGB (Red+Green+Blue) = 157+187+137=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 187 (73.44% from 255 or 38.88% from 481); Blue value is 137 (53.91% from 255 or 28.48% from 481); Max value from RGB is 187 - color contains mainly: green. Hex color #9DBB89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBB89 is #624476. Grayscale: #ACACAC. Windows color (decimal): -6440055 or 9026461. OLE color: 9026461.

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

Color convert

RGB 157 187 137 -
CMYK 0.16 0 0.27 0.27
HSL 96º 0.27% 0.64% -
HSV(B) 96º 0.27% 0.73% -
XYZ 36.19 44.51 30.35 -
YUV 172.33 108.06 117.07 -
System Red Green Blue C M Y K H S L
Decimal 157 187 137 0.16 0 0.27 0.27 96 0.27 0.64
Hex 9D BB 89 10 0 1B 1B 60 1B 40
Octal 235 273 211 20 0 33 33 140 33 100
Binary 10011101 10111011 10001001 10000 0 11011 11011 1100000 11011 1000000

Color Harmonies of #9DBB89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBB89

Black with #9DBB89

Text Example


Text Example

White with #9DBB89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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