Html Css Color HEX #9DAF83 Norway

📋 copy color: '#9DAF83'

red 157 ◦ green 175 ◦ blue 131

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

Shades of Norway #9DAF83

Tints of Norway #9DAF83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.29%

R = 33.91%
G = 37.8%
B = 28.29%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#9DAF83 (or 0x9DAF83) is known color: Norway. HEX triplet: 9D, AF and 83. RGB value is (157,175,131). Sum of RGB (Red+Green+Blue) = 157+175+131=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 175 (68.75% from 255 or 37.80% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF83 is #62507C. Grayscale: #A4A4A4. Windows color (decimal): -6443133 or 8630173. OLE color: 8630173.

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

Color convert

RGB 157 175 131 -
CMYK 0.10 0 0.25 0.31
HSL 84.55º 0.22% 0.6% -
HSV(B) 84.55º 0.25% 0.69% -
XYZ 33.33 39.47 27.33 -
YUV 164.6 109.04 122.58 -
System Red Green Blue C M Y K H S L
Decimal 157 175 131 0.10 0 0.25 0.31 84.55 0.22 0.6
Hex 9D AF 83 A 0 19 1F 55 16 3C
Octal 235 257 203 12 0 31 37 125 26 74
Binary 10011101 10101111 10000011 1010 0 11001 11111 1010101 10110 111100

Color Harmonies of #9DAF83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DAF83

Black with #9DAF83

Text Example


Text Example

White with #9DAF83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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