Html Css Color HEX #95B785 Norway

📋 copy color: '#95B785'

red 149 ◦ green 183 ◦ blue 133

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

Shades of Norway #95B785

Tints of Norway #95B785

RGB

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

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

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

R = 32.04%
G = 39.35%
B = 28.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.28

RGB Variations

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

Color information

#95B785 (or 0x95B785) is known color: Norway. HEX triplet: 95, B7 and 85. RGB value is (149,183,133). Sum of RGB (Red+Green+Blue) = 149+183+133=465 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.04% from 465); Green value is 183 (71.88% from 255 or 39.35% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 183 - color contains mainly: green. Hex color #95B785 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B785 is #6A487A. Grayscale: #A7A7A7. Windows color (decimal): -6965371 or 8763285. OLE color: 8763285.

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

Color convert

RGB 149 183 133 -
CMYK 0.19 0 0.27 0.28
HSL 100.8º 0.26% 0.62% -
HSV(B) 100.8º 0.27% 0.72% -
XYZ 33.56 41.95 28.52 -
YUV 167.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 149 183 133 0.19 0 0.27 0.28 100.8 0.26 0.62
Hex 95 B7 85 13 0 1B 1C 65 1A 3E
Octal 225 267 205 23 0 33 34 145 32 76
Binary 10010101 10110111 10000101 10011 0 11011 11100 1100101 11010 111110

Color Harmonies of #95B785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B785

Black with #95B785

Text Example


Text Example

White with #95B785

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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