Html Css Color HEX #9FBC85 Norway

📋 copy color: '#9FBC85'

red 159 ◦ green 188 ◦ blue 133

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

Shades of Norway #9FBC85

Tints of Norway #9FBC85

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.17%

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

R = 33.13%
G = 39.17%
B = 27.71%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#9FBC85 (or 0x9FBC85) is known color: Norway. HEX triplet: 9F, BC and 85. RGB value is (159,188,133). Sum of RGB (Red+Green+Blue) = 159+188+133=480 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.12% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC85 is #60437A. Grayscale: #ADADAD. Windows color (decimal): -6308731 or 8764575. OLE color: 8764575.

HSL color Cylindrical-coordinate representation of color #9FBC85: hue angle of 91.64º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FBC85 is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 159 188 133 -
CMYK 0.15 0 0.29 0.26
HSL 91.64º 0.29% 0.63% -
HSV(B) 91.64º 0.29% 0.74% -
XYZ 36.51 45.03 28.96 -
YUV 173.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 159 188 133 0.15 0 0.29 0.26 91.64 0.29 0.63
Hex 9F BC 85 F 0 1D 1A 5C 1D 3F
Octal 237 274 205 17 0 35 32 134 35 77
Binary 10011111 10111100 10000101 1111 0 11101 11010 1011100 11101 111111

Color Harmonies of #9FBC85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC85

Black with #9FBC85

Text Example


Text Example

White with #9FBC85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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