Html Css Color HEX #95A186 Delta

📋 copy color: '#95A186'

red 149 ◦ green 161 ◦ blue 134

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

Shades of Delta #95A186

Tints of Delta #95A186

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.26%

 BLUE value IS 134 (52.73% from 255) = 30.18%

R = 33.56%
G = 36.26%
B = 30.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#95A186 (or 0x95A186) is known color: Delta. HEX triplet: 95, A1 and 86. RGB value is (149,161,134). Sum of RGB (Red+Green+Blue) = 149+161+134=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 161 (63.28% from 255 or 36.26% from 444); Blue value is 134 (52.73% from 255 or 30.18% from 444); Max value from RGB is 161 - color contains mainly: green. Hex color #95A186 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A186 is #6A5E79. Grayscale: #9A9A9A. Windows color (decimal): -6971002 or 8823189. OLE color: 8823189.

HSL color Cylindrical-coordinate representation of color #95A186: hue angle of 86.67º degrees, saturation: 0.13, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #95A186 is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 149 161 134 -
CMYK 0.07 0 0.17 0.37
HSL 86.67º 0.13% 0.58% -
HSV(B) 86.67º 0.17% 0.63% -
XYZ 29.44 33.6 27.49 -
YUV 154.33 116.52 124.2 -
System Red Green Blue C M Y K H S L
Decimal 149 161 134 0.07 0 0.17 0.37 86.67 0.13 0.58
Hex 95 A1 86 7 0 11 25 57 D 3A
Octal 225 241 206 7 0 21 45 127 15 72
Binary 10010101 10100001 10000110 111 0 10001 100101 1010111 1101 111010

Color Harmonies of #95A186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A186

Black with #95A186

Text Example


Text Example

White with #95A186

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,161,134); }

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

background-color css

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

 a { background-color: rgb(149,161,134); }

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

border-color css

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

 span { border-color: rgb(149,161,134); }

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