Html Css Color HEX #9FB683 Norway

📋 copy color: '#9FB683'

red 159 ◦ green 182 ◦ blue 131

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

Shades of Norway #9FB683

Tints of Norway #9FB683

RGB

 RED value IS 159 (62.5% from 255) = 33.69%

 GREEN value IS 182 (71.48% from 255) = 38.56%

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

R = 33.69%
G = 38.56%
B = 27.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#9FB683 (or 0x9FB683) is known color: Norway. HEX triplet: 9F, B6 and 83. RGB value is (159,182,131). Sum of RGB (Red+Green+Blue) = 159+182+131=472 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.69% from 472); Green value is 182 (71.48% from 255 or 38.56% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 182 - color contains mainly: green. Hex color #9FB683 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB683 is #60497C. Grayscale: #A9A9A9. Windows color (decimal): -6310269 or 8631967. OLE color: 8631967.

HSL color Cylindrical-coordinate representation of color #9FB683: hue angle of 87.06º degrees, saturation: 0.26, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9FB683 is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 159 182 131 -
CMYK 0.13 0 0.28 0.29
HSL 87.06º 0.26% 0.61% -
HSV(B) 87.06º 0.28% 0.71% -
XYZ 35.12 42.47 27.82 -
YUV 169.31 106.38 120.65 -
System Red Green Blue C M Y K H S L
Decimal 159 182 131 0.13 0 0.28 0.29 87.06 0.26 0.61
Hex 9F B6 83 D 0 1C 1D 57 1A 3D
Octal 237 266 203 15 0 34 35 127 32 75
Binary 10011111 10110110 10000011 1101 0 11100 11101 1010111 11010 111101

Color Harmonies of #9FB683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB683

Black with #9FB683

Text Example


Text Example

White with #9FB683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,182,131); }

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

background-color css

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

 a { background-color: rgb(159,182,131); }

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

border-color css

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

 span { border-color: rgb(159,182,131); }

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