Html Css Color HEX #95A188 Delta

📋 copy color: '#95A188'

red 149 ◦ green 161 ◦ blue 136

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

Shades of Delta #95A188

Tints of Delta #95A188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 30.49%

R = 33.41%
G = 36.1%
B = 30.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#95A188 (or 0x95A188) is known color: Delta. HEX triplet: 95, A1 and 88. RGB value is (149,161,136). Sum of RGB (Red+Green+Blue) = 149+161+136=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 161 (63.28% from 255 or 36.10% from 446); Blue value is 136 (53.52% from 255 or 30.49% from 446); Max value from RGB is 161 - color contains mainly: green. Hex color #95A188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A188 is #6A5E77. Grayscale: #9A9A9A. Windows color (decimal): -6971000 or 8954261. OLE color: 8954261.

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

Color convert

RGB 149 161 136 -
CMYK 0.07 0 0.16 0.37
HSL 88.8º 0.12% 0.58% -
HSV(B) 88.8º 0.16% 0.63% -
XYZ 29.58 33.66 28.23 -
YUV 154.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 149 161 136 0.07 0 0.16 0.37 88.8 0.12 0.58
Hex 95 A1 88 7 0 10 25 59 C 3A
Octal 225 241 210 7 0 20 45 131 14 72
Binary 10010101 10100001 10001000 111 0 10000 100101 1011001 1100 111010

Color Harmonies of #95A188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A188

Black with #95A188

Text Example


Text Example

White with #95A188

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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