Html Css Color HEX #95A385 Delta

📋 copy color: '#95A385'

red 149 ◦ green 163 ◦ blue 133

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

Shades of Delta #95A385

Tints of Delta #95A385

RGB

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

 GREEN value IS 163 (64.06% from 255) = 36.63%

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

R = 33.48%
G = 36.63%
B = 29.89%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.18

 K value IS 0.36

RGB Variations

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

Color information

#95A385 (or 0x95A385) is known color: Delta. HEX triplet: 95, A3 and 85. RGB value is (149,163,133). Sum of RGB (Red+Green+Blue) = 149+163+133=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 163 - color contains mainly: green. Hex color #95A385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A385 is #6A5C7A. Grayscale: #9B9B9B. Windows color (decimal): -6970491 or 8758165. OLE color: 8758165.

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

Color convert

RGB 149 163 133 -
CMYK 0.09 0 0.18 0.36
HSL 88º 0.14% 0.58% -
HSV(B) 88º 0.18% 0.64% -
XYZ 29.73 34.28 27.24 -
YUV 155.39 115.36 123.44 -
System Red Green Blue C M Y K H S L
Decimal 149 163 133 0.09 0 0.18 0.36 88 0.14 0.58
Hex 95 A3 85 9 0 12 24 58 E 3A
Octal 225 243 205 11 0 22 44 130 16 72
Binary 10010101 10100011 10000101 1001 0 10010 100100 1011000 1110 111010

Color Harmonies of #95A385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A385

Black with #95A385

Text Example


Text Example

White with #95A385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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