Html Css Color HEX #9FBF84 Norway

📋 copy color: '#9FBF84'

red 159 ◦ green 191 ◦ blue 132

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

Shades of Norway #9FBF84

Tints of Norway #9FBF84

RGB

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

 GREEN value IS 191 (75% from 255) = 39.63%

 BLUE value IS 132 (51.95% from 255) = 27.39%

R = 32.99%
G = 39.63%
B = 27.39%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#9FBF84 (or 0x9FBF84) is known color: Norway. HEX triplet: 9F, BF and 84. RGB value is (159,191,132). Sum of RGB (Red+Green+Blue) = 159+191+132=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 191 (75% from 255 or 39.63% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 191 - color contains mainly: green. Hex color #9FBF84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBF84 is #60407B. Grayscale: #AEAEAE. Windows color (decimal): -6307964 or 8699807. OLE color: 8699807.

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

Color convert

RGB 159 191 132 -
CMYK 0.17 0 0.31 0.25
HSL 92.54º 0.32% 0.63% -
HSV(B) 92.54º 0.31% 0.75% -
XYZ 37.09 46.3 28.81 -
YUV 174.71 103.9 116.8 -
System Red Green Blue C M Y K H S L
Decimal 159 191 132 0.17 0 0.31 0.25 92.54 0.32 0.63
Hex 9F BF 84 11 0 1F 19 5D 20 3F
Octal 237 277 204 21 0 37 31 135 40 77
Binary 10011111 10111111 10000100 10001 0 11111 11001 1011101 100000 111111

Color Harmonies of #9FBF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBF84

Black with #9FBF84

Text Example


Text Example

White with #9FBF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,191,132); }

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

background-color css

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

 a { background-color: rgb(159,191,132); }

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

border-color css

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

 span { border-color: rgb(159,191,132); }

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