Html Css Color HEX #95A28A Delta

📋 copy color: '#95A28A'

red 149 ◦ green 162 ◦ blue 138

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

Shades of Delta #95A28A

Tints of Delta #95A28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 30.73%

R = 33.18%
G = 36.08%
B = 30.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.15

 K value IS 0.36

RGB Variations

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

Color information

#95A28A (or 0x95A28A) is known color: Delta. HEX triplet: 95, A2 and 8A. RGB value is (149,162,138). Sum of RGB (Red+Green+Blue) = 149+162+138=449 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.18% from 449); Green value is 162 (63.67% from 255 or 36.08% from 449); Blue value is 138 (54.30% from 255 or 30.73% from 449); Max value from RGB is 162 - color contains mainly: green. Hex color #95A28A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A28A is #6A5D75. Grayscale: #9B9B9B. Windows color (decimal): -6970742 or 9085589. OLE color: 9085589.

HSL color Cylindrical-coordinate representation of color #95A28A: hue angle of 92.5º degrees, saturation: 0.11, 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 #95A28A is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 162 138 -
CMYK 0.08 0 0.15 0.36
HSL 92.5º 0.11% 0.59% -
HSV(B) 92.5º 0.15% 0.64% -
XYZ 29.9 34.07 29.04 -
YUV 155.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 149 162 138 0.08 0 0.15 0.36 92.5 0.11 0.59
Hex 95 A2 8A 8 0 F 24 5C B 3B
Octal 225 242 212 10 0 17 44 134 13 73
Binary 10010101 10100010 10001010 1000 0 1111 100100 1011100 1011 111011

Color Harmonies of #95A28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A28A

Black with #95A28A

Text Example


Text Example

White with #95A28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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