Html Css Color HEX #9DBE89 Norway

📋 copy color: '#9DBE89'

red 157 ◦ green 190 ◦ blue 137

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

Shades of Norway #9DBE89

Tints of Norway #9DBE89

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.26%

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

R = 32.44%
G = 39.26%
B = 28.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#9DBE89 (or 0x9DBE89) is known color: Norway. HEX triplet: 9D, BE and 89. RGB value is (157,190,137). Sum of RGB (Red+Green+Blue) = 157+190+137=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 190 - color contains mainly: green. Hex color #9DBE89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DBE89 is #624176. Grayscale: #AEAEAE. Windows color (decimal): -6439287 or 9027229. OLE color: 9027229.

HSL color Cylindrical-coordinate representation of color #9DBE89: hue angle of 97.36º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9DBE89 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 190 137 -
CMYK 0.17 0 0.28 0.25
HSL 97.36º 0.29% 0.64% -
HSV(B) 97.36º 0.28% 0.75% -
XYZ 36.83 45.8 30.57 -
YUV 174.09 107.07 115.81 -
System Red Green Blue C M Y K H S L
Decimal 157 190 137 0.17 0 0.28 0.25 97.36 0.29 0.64
Hex 9D BE 89 11 0 1C 19 61 1D 40
Octal 235 276 211 21 0 34 31 141 35 100
Binary 10011101 10111110 10001001 10001 0 11100 11001 1100001 11101 1000000

Color Harmonies of #9DBE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DBE89

Black with #9DBE89

Text Example


Text Example

White with #9DBE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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