Html Css Color HEX #9DAB88 Norway

📋 copy color: '#9DAB88'

red 157 ◦ green 171 ◦ blue 136

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

Shades of Norway #9DAB88

Tints of Norway #9DAB88

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

 BLUE value IS 136 (53.52% from 255) = 29.31%

R = 33.84%
G = 36.85%
B = 29.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#9DAB88 (or 0x9DAB88) is known color: Norway. HEX triplet: 9D, AB and 88. RGB value is (157,171,136). Sum of RGB (Red+Green+Blue) = 157+171+136=464 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.84% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 136 (53.52% from 255 or 29.31% from 464); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB88 is #625477. Grayscale: #A2A2A2. Windows color (decimal): -6444152 or 8956829. OLE color: 8956829.

HSL color Cylindrical-coordinate representation of color #9DAB88: hue angle of 84º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9DAB88 is Cyan = 0.08, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 171 136 -
CMYK 0.08 0 0.20 0.33
HSL 84º 0.17% 0.6% -
HSV(B) 84º 0.2% 0.67% -
XYZ 32.91 38.07 28.91 -
YUV 162.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 157 171 136 0.08 0 0.20 0.33 84 0.17 0.6
Hex 9D AB 88 8 0 14 21 54 11 3C
Octal 235 253 210 10 0 24 41 124 21 74
Binary 10011101 10101011 10001000 1000 0 10100 100001 1010100 10001 111100

Color Harmonies of #9DAB88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB88

Black with #9DAB88

Text Example


Text Example

White with #9DAB88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,171,136); }

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

background-color css

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

 a { background-color: rgb(157,171,136); }

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

border-color css

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

 span { border-color: rgb(157,171,136); }

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