Html Css Color HEX #9DAB93 Norway

📋 copy color: '#9DAB93'

red 157 ◦ green 171 ◦ blue 147

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

Shades of Norway #9DAB93

Tints of Norway #9DAB93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.95%

R = 33.05%
G = 36%
B = 30.95%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#9DAB93 (or 0x9DAB93) is known color: Norway. HEX triplet: 9D, AB and 93. RGB value is (157,171,147). Sum of RGB (Red+Green+Blue) = 157+171+147=475 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.05% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB93 is #62546C. Grayscale: #A4A4A4. Windows color (decimal): -6444141 or 9677725. OLE color: 9677725.

HSL color Cylindrical-coordinate representation of color #9DAB93: hue angle of 95º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9DAB93 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB 157 171 147 -
CMYK 0.08 0 0.14 0.33
HSL 95º 0.13% 0.62% -
HSV(B) 95º 0.14% 0.67% -
XYZ 33.73 38.4 33.24 -
YUV 164.08 118.36 122.95 -
System Red Green Blue C M Y K H S L
Decimal 157 171 147 0.08 0 0.14 0.33 95 0.13 0.62
Hex 9D AB 93 8 0 E 21 5F C 3E
Octal 235 253 223 10 0 16 41 137 14 76
Binary 10011101 10101011 10010011 1000 0 1110 100001 1011111 1100 111110

Color Harmonies of #9DAB93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB93

Black with #9DAB93

Text Example


Text Example

White with #9DAB93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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