Html Css Color HEX #9FBE82 Norway

📋 copy color: '#9FBE82'

red 159 ◦ green 190 ◦ blue 130

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

Shades of Norway #9FBE82

Tints of Norway #9FBE82

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.67%

 BLUE value IS 130 (51.17% from 255) = 27.14%

R = 33.19%
G = 39.67%
B = 27.14%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#9FBE82 (or 0x9FBE82) is known color: Norway. HEX triplet: 9F, BE and 82. RGB value is (159,190,130). Sum of RGB (Red+Green+Blue) = 159+190+130=479 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.19% from 479); Green value is 190 (74.61% from 255 or 39.67% from 479); Blue value is 130 (51.17% from 255 or 27.14% from 479); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE82 is #60417D. Grayscale: #AEAEAE. Windows color (decimal): -6308222 or 8568479. OLE color: 8568479.

HSL color Cylindrical-coordinate representation of color #9FBE82: hue angle of 91º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FBE82 is Cyan = 0.16, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 190 130 -
CMYK 0.16 0 0.32 0.25
HSL 91º 0.32% 0.63% -
HSV(B) 91º 0.32% 0.75% -
XYZ 36.74 45.81 28.02 -
YUV 173.89 103.23 117.38 -
System Red Green Blue C M Y K H S L
Decimal 159 190 130 0.16 0 0.32 0.25 91 0.32 0.63
Hex 9F BE 82 10 0 20 19 5B 20 3F
Octal 237 276 202 20 0 40 31 133 40 77
Binary 10011111 10111110 10000010 10000 0 100000 11001 1011011 100000 111111

Color Harmonies of #9FBE82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE82

Black with #9FBE82

Text Example


Text Example

White with #9FBE82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,190,130); }

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

background-color css

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

 a { background-color: rgb(159,190,130); }

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

border-color css

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

 span { border-color: rgb(159,190,130); }

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