Html Css Color HEX #95B585 Norway

📋 copy color: '#95B585'

red 149 ◦ green 181 ◦ blue 133

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

Shades of Norway #95B585

Tints of Norway #95B585

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.09%

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

R = 32.18%
G = 39.09%
B = 28.73%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#95B585 (or 0x95B585) is known color: Norway. HEX triplet: 95, B5 and 85. RGB value is (149,181,133). Sum of RGB (Red+Green+Blue) = 149+181+133=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 181 (71.09% from 255 or 39.09% from 463); Blue value is 133 (52.34% from 255 or 28.73% from 463); Max value from RGB is 181 - color contains mainly: green. Hex color #95B585 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #95B585 is #6A4A7A. Grayscale: #A6A6A6. Windows color (decimal): -6965883 or 8762773. OLE color: 8762773.

HSL color Cylindrical-coordinate representation of color #95B585: hue angle of 100º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #95B585 is Cyan = 0.18, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 181 133 -
CMYK 0.18 0 0.27 0.29
HSL 100º 0.24% 0.62% -
HSV(B) 100º 0.27% 0.71% -
XYZ 33.15 41.13 28.38 -
YUV 165.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 149 181 133 0.18 0 0.27 0.29 100 0.24 0.62
Hex 95 B5 85 12 0 1B 1D 64 18 3E
Octal 225 265 205 22 0 33 35 144 30 76
Binary 10010101 10110101 10000101 10010 0 11011 11101 1100100 11000 111110

Color Harmonies of #95B585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95B585

Black with #95B585

Text Example


Text Example

White with #95B585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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