Html Css Color HEX #9DB88E Norway

📋 copy color: '#9DB88E'

red 157 ◦ green 184 ◦ blue 142

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

Shades of Norway #9DB88E

Tints of Norway #9DB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 32.51%
G = 38.1%
B = 29.4%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#9DB88E (or 0x9DB88E) is known color: Norway. HEX triplet: 9D, B8 and 8E. RGB value is (157,184,142). Sum of RGB (Red+Green+Blue) = 157+184+142=483 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.51% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB88E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB88E is #624771. Grayscale: #ABABAB. Windows color (decimal): -6440818 or 9353373. OLE color: 9353373.

HSL color Cylindrical-coordinate representation of color #9DB88E: hue angle of 98.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9DB88E is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 157 184 142 -
CMYK 0.15 0 0.23 0.28
HSL 98.57º 0.23% 0.64% -
HSV(B) 98.57º 0.23% 0.72% -
XYZ 35.93 43.4 32.08 -
YUV 171.14 111.55 117.92 -
System Red Green Blue C M Y K H S L
Decimal 157 184 142 0.15 0 0.23 0.28 98.57 0.23 0.64
Hex 9D B8 8E F 0 17 1C 63 17 40
Octal 235 270 216 17 0 27 34 143 27 100
Binary 10011101 10111000 10001110 1111 0 10111 11100 1100011 10111 1000000

Color Harmonies of #9DB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DB88E

Black with #9DB88E

Text Example


Text Example

White with #9DB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,184,142); }

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

background-color css

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

 a { background-color: rgb(157,184,142); }

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

border-color css

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

 span { border-color: rgb(157,184,142); }

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