Html Css Color HEX #95B783 Norway

📋 copy color: '#95B783'

red 149 ◦ green 183 ◦ blue 131

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

Shades of Norway #95B783

Tints of Norway #95B783

RGB

 RED value IS 149 (58.59% from 255) = 32.18%

 GREEN value IS 183 (71.88% from 255) = 39.52%

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

R = 32.18%
G = 39.52%
B = 28.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.28

RGB Variations

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

Color information

#95B783 (or 0x95B783) is known color: Norway. HEX triplet: 95, B7 and 83. RGB value is (149,183,131). Sum of RGB (Red+Green+Blue) = 149+183+131=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 131 (51.56% from 255 or 28.29% from 463); Max value from RGB is 183 - color contains mainly: green. Hex color #95B783 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B783 is #6A487C. Grayscale: #A7A7A7. Windows color (decimal): -6965373 or 8632213. OLE color: 8632213.

HSL color Cylindrical-coordinate representation of color #95B783: hue angle of 99.23º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #95B783 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.28.

Color convert

RGB 149 183 131 -
CMYK 0.19 0 0.28 0.28
HSL 99.23º 0.27% 0.62% -
HSV(B) 99.23º 0.28% 0.72% -
XYZ 33.42 41.9 27.8 -
YUV 166.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 149 183 131 0.19 0 0.28 0.28 99.23 0.27 0.62
Hex 95 B7 83 13 0 1C 1C 63 1B 3E
Octal 225 267 203 23 0 34 34 143 33 76
Binary 10010101 10110111 10000011 10011 0 11100 11100 1100011 11011 111110

Color Harmonies of #95B783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B783

Black with #95B783

Text Example


Text Example

White with #95B783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95B783; }

 p { color: rgb(149,183,131); }

 H1.HeaderClassName
 {
   color: #95B783;
 }
 .AnyTagClassName
 {
   color: #95B783;
 }
</style>

background-color css

<style>
 a { background-color: #95B783; }

 a { background-color: rgb(149,183,131); }

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

border-color css

<style>
 span { border-color: #95B783; }

 span { border-color: rgb(149,183,131); }

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