Html Css Color HEX #9FBE85 Norway

📋 copy color: '#9FBE85'

red 159 ◦ green 190 ◦ blue 133

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

Shades of Norway #9FBE85

Tints of Norway #9FBE85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 32.99%
G = 39.42%
B = 27.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#9FBE85 (or 0x9FBE85) is known color: Norway. HEX triplet: 9F, BE and 85. RGB value is (159,190,133). Sum of RGB (Red+Green+Blue) = 159+190+133=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 190 - color contains mainly: green. Hex color #9FBE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBE85 is #60417A. Grayscale: #AEAEAE. Windows color (decimal): -6308219 or 8765087. OLE color: 8765087.

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

Color convert

RGB 159 190 133 -
CMYK 0.16 0 0.3 0.25
HSL 92.63º 0.3% 0.63% -
HSV(B) 92.63º 0.3% 0.75% -
XYZ 36.95 45.89 29.1 -
YUV 174.23 104.73 117.13 -
System Red Green Blue C M Y K H S L
Decimal 159 190 133 0.16 0 0.3 0.25 92.63 0.3 0.63
Hex 9F BE 85 10 0 1E 19 5D 1E 3F
Octal 237 276 205 20 0 36 31 135 36 77
Binary 10011111 10111110 10000101 10000 0 11110 11001 1011101 11110 111111

Color Harmonies of #9FBE85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBE85

Black with #9FBE85

Text Example


Text Example

White with #9FBE85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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