Html Css Color HEX #95A08C Delta

📋 copy color: '#95A08C'

red 149 ◦ green 160 ◦ blue 140

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

Shades of Delta #95A08C

Tints of Delta #95A08C

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.63%

 BLUE value IS 140 (55.08% from 255) = 31.18%

R = 33.18%
G = 35.63%
B = 31.18%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.37

RGB Variations

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

Color information

#95A08C (or 0x95A08C) is known color: Delta. HEX triplet: 95, A0 and 8C. RGB value is (149,160,140). Sum of RGB (Red+Green+Blue) = 149+160+140=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 160 (62.89% from 255 or 35.63% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 160 - color contains mainly: green. Hex color #95A08C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A08C is #6A5F73. Grayscale: #9A9A9A. Windows color (decimal): -6971252 or 9216149. OLE color: 9216149.

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

Color convert

RGB 149 160 140 -
CMYK 0.07 0 0.12 0.37
HSL 93º 0.1% 0.59% -
HSV(B) 93º 0.13% 0.63% -
XYZ 29.7 33.42 29.7 -
YUV 154.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 149 160 140 0.07 0 0.12 0.37 93 0.1 0.59
Hex 95 A0 8C 7 0 C 25 5D A 3B
Octal 225 240 214 7 0 14 45 135 12 73
Binary 10010101 10100000 10001100 111 0 1100 100101 1011101 1010 111011

Color Harmonies of #95A08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A08C

Black with #95A08C

Text Example


Text Example

White with #95A08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,160,140); }

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

background-color css

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

 a { background-color: rgb(149,160,140); }

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

border-color css

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

 span { border-color: rgb(149,160,140); }

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