#95A38A

Color #95A38A Delta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Delta #95A38A

Tints of Delta #95A38A

Color information

#95A38A (or 0x95A38A) is unknown color: approx Delta. HEX triplet: 95, A3 and 8A. RGB value is (149,163,138). Sum of RGB (Red+Green+Blue) = 149+163+138=450 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.11% from 450); Green value is 163 (64.06% from 255 or 36.22% from 450); Blue value is 138 (54.30% from 255 or 30.67% from 450); Max value from RGB is 163 - color contains mainly: green. Hex color #95A38A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A38A is #6A5C75. Grayscale: #9C9C9C. Windows color (decimal): -6970486 or 9085845. OLE color: 9085845.

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

Color convert

RGB149163138-
CMYK0.0900.150.36
HSL93.6º11.96%59.02%-
HSV(B)93.6º15.34%63.92%-
XYZ30.0834.4229.1-
YUV155.96117.86123.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.11%
GREEN value IS 163 (64.06% from 255) = 36.22%
BLUE value IS 138 (54.30% from 255) = 30.67%
R=33.11%
G=36.22%
B=30.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1491631380.0900.150.3693.611.9659.02
Hex95A38A90F245ec3b
Octal22524321211017441361473
Binary10010101101000111000101010010111110010010111101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #95A38A;
 }
 .AnyTagClassName
 {
   color: #95A38A;
 }
</style>
background-color css

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

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

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

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

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

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