Html Css Color HEX #95A287 Delta

📋 copy color: '#95A287'

red 149 ◦ green 162 ◦ blue 135

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

Shades of Delta #95A287

Tints of Delta #95A287

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.32%

 BLUE value IS 135 (53.13% from 255) = 30.27%

R = 33.41%
G = 36.32%
B = 30.27%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#95A287 (or 0x95A287) is known color: Delta. HEX triplet: 95, A2 and 87. RGB value is (149,162,135). Sum of RGB (Red+Green+Blue) = 149+162+135=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 135 (53.12% from 255 or 30.27% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #95A287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A287 is #6A5D78. Grayscale: #9B9B9B. Windows color (decimal): -6970745 or 8888981. OLE color: 8888981.

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

Color convert

RGB 149 162 135 -
CMYK 0.08 0 0.17 0.36
HSL 88.89º 0.13% 0.58% -
HSV(B) 88.89º 0.17% 0.64% -
XYZ 29.69 33.98 27.92 -
YUV 155.04 116.69 123.7 -
System Red Green Blue C M Y K H S L
Decimal 149 162 135 0.08 0 0.17 0.36 88.89 0.13 0.58
Hex 95 A2 87 8 0 11 24 59 D 3A
Octal 225 242 207 10 0 21 44 131 15 72
Binary 10010101 10100010 10000111 1000 0 10001 100100 1011001 1101 111010

Color Harmonies of #95A287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A287

Black with #95A287

Text Example


Text Example

White with #95A287

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,162,135); }

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

background-color css

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

 a { background-color: rgb(149,162,135); }

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

border-color css

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

 span { border-color: rgb(149,162,135); }

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