Html Css Color HEX #9DAB92 Norway

📋 copy color: '#9DAB92'

red 157 ◦ green 171 ◦ blue 146

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

Shades of Norway #9DAB92

Tints of Norway #9DAB92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.8%

R = 33.12%
G = 36.08%
B = 30.8%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#9DAB92 (or 0x9DAB92) is known color: Norway. HEX triplet: 9D, AB and 92. RGB value is (157,171,146). Sum of RGB (Red+Green+Blue) = 157+171+146=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 146 (57.42% from 255 or 30.80% from 474); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAB92 is #62546D. Grayscale: #A4A4A4. Windows color (decimal): -6444142 or 9612189. OLE color: 9612189.

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

Color convert

RGB 157 171 146 -
CMYK 0.08 0 0.15 0.33
HSL 93.6º 0.13% 0.62% -
HSV(B) 93.6º 0.15% 0.67% -
XYZ 33.66 38.37 32.83 -
YUV 163.96 117.86 123.03 -
System Red Green Blue C M Y K H S L
Decimal 157 171 146 0.08 0 0.15 0.33 93.6 0.13 0.62
Hex 9D AB 92 8 0 F 21 5E D 3E
Octal 235 253 222 10 0 17 41 136 15 76
Binary 10011101 10101011 10010010 1000 0 1111 100001 1011110 1101 111110

Color Harmonies of #9DAB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAB92

Black with #9DAB92

Text Example


Text Example

White with #9DAB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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