Html Css Color HEX #9DAF89 Norway

📋 copy color: '#9DAF89'

red 157 ◦ green 175 ◦ blue 137

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

Shades of Norway #9DAF89

Tints of Norway #9DAF89

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.31%

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

R = 33.48%
G = 37.31%
B = 29.21%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9DAF89 (or 0x9DAF89) is known color: Norway. HEX triplet: 9D, AF and 89. RGB value is (157,175,137). Sum of RGB (Red+Green+Blue) = 157+175+137=469 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.48% from 469); Green value is 175 (68.75% from 255 or 37.31% from 469); Blue value is 137 (53.91% from 255 or 29.21% from 469); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF89 is #625076. Grayscale: #A5A5A5. Windows color (decimal): -6443127 or 9023389. OLE color: 9023389.

HSL color Cylindrical-coordinate representation of color #9DAF89: hue angle of 88.42º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DAF89 is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 175 137 -
CMYK 0.10 0 0.22 0.31
HSL 88.42º 0.19% 0.61% -
HSV(B) 88.42º 0.22% 0.69% -
XYZ 33.75 39.63 29.54 -
YUV 165.29 112.04 122.09 -
System Red Green Blue C M Y K H S L
Decimal 157 175 137 0.10 0 0.22 0.31 88.42 0.19 0.61
Hex 9D AF 89 A 0 16 1F 58 13 3D
Octal 235 257 211 12 0 26 37 130 23 75
Binary 10011101 10101111 10001001 1010 0 10110 11111 1011000 10011 111101

Color Harmonies of #9DAF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF89

Black with #9DAF89

Text Example


Text Example

White with #9DAF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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