Html Css Color HEX #9FBC83 Norway

📋 copy color: '#9FBC83'

red 159 ◦ green 188 ◦ blue 131

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

Shades of Norway #9FBC83

Tints of Norway #9FBC83

RGB

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

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

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

R = 33.26%
G = 39.33%
B = 27.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#9FBC83 (or 0x9FBC83) is known color: Norway. HEX triplet: 9F, BC and 83. RGB value is (159,188,131). Sum of RGB (Red+Green+Blue) = 159+188+131=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 188 (73.83% from 255 or 39.33% from 478); Blue value is 131 (51.56% from 255 or 27.41% from 478); Max value from RGB is 188 - color contains mainly: green. Hex color #9FBC83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FBC83 is #60437C. Grayscale: #ADADAD. Windows color (decimal): -6308733 or 8633503. OLE color: 8633503.

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

Color convert

RGB 159 188 131 -
CMYK 0.15 0 0.30 0.26
HSL 90.53º 0.3% 0.63% -
HSV(B) 90.53º 0.3% 0.74% -
XYZ 36.38 44.98 28.24 -
YUV 172.83 104.39 118.13 -
System Red Green Blue C M Y K H S L
Decimal 159 188 131 0.15 0 0.30 0.26 90.53 0.3 0.63
Hex 9F BC 83 F 0 1E 1A 5B 1E 3F
Octal 237 274 203 17 0 36 32 133 36 77
Binary 10011111 10111100 10000011 1111 0 11110 11010 1011011 11110 111111

Color Harmonies of #9FBC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FBC83

Black with #9FBC83

Text Example


Text Example

White with #9FBC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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