Html Css Color HEX #959A8A Delta

📋 copy color: '#959A8A'

red 149 ◦ green 154 ◦ blue 138

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

Shades of Delta #959A8A

Tints of Delta #959A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.92%

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

R = 33.79%
G = 34.92%
B = 31.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#959A8A (or 0x959A8A) is known color: Delta. HEX triplet: 95, 9A and 8A. RGB value is (149,154,138). Sum of RGB (Red+Green+Blue) = 149+154+138=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 138 (54.30% from 255 or 31.29% from 441); Max value from RGB is 154 - color contains mainly: green. Hex color #959A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959A8A is #6A6575. Grayscale: #969696. Windows color (decimal): -6972790 or 9083541. OLE color: 9083541.

HSL color Cylindrical-coordinate representation of color #959A8A: hue angle of 78.75º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959A8A is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 149 154 138 -
CMYK 0.03 0 0.10 0.40
HSL 78.75º 0.07% 0.57% -
HSV(B) 78.75º 0.1% 0.6% -
XYZ 28.54 31.34 28.59 -
YUV 150.68 120.84 126.8 -
System Red Green Blue C M Y K H S L
Decimal 149 154 138 0.03 0 0.10 0.40 78.75 0.07 0.57
Hex 95 9A 8A 3 0 A 28 4F 7 39
Octal 225 232 212 3 0 12 50 117 7 71
Binary 10010101 10011010 10001010 11 0 1010 101000 1001111 111 111001

Color Harmonies of #959A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959A8A

Black with #959A8A

Text Example


Text Example

White with #959A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959A8A; }

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

 H1.HeaderClassName
 {
   color: #959A8A;
 }
 .AnyTagClassName
 {
   color: #959A8A;
 }
</style>

background-color css

<style>
 a { background-color: #959A8A; }

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

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

border-color css

<style>
 span { border-color: #959A8A; }

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

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