Html Css Color HEX #949A88 Delta

📋 copy color: '#949A88'

red 148 ◦ green 154 ◦ blue 136

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

Shades of Delta #949A88

Tints of Delta #949A88

RGB

 RED value IS 148 (58.2% from 255) = 33.79%

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

 BLUE value IS 136 (53.52% from 255) = 31.05%

R = 33.79%
G = 35.16%
B = 31.05%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#949A88 (or 0x949A88) is known color: Delta. HEX triplet: 94, 9A and 88. RGB value is (148,154,136). Sum of RGB (Red+Green+Blue) = 148+154+136=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 136 (53.52% from 255 or 31.05% from 438); Max value from RGB is 154 - color contains mainly: green. Hex color #949A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A88 is #6B6577. Grayscale: #969696. Windows color (decimal): -7038328 or 8952468. OLE color: 8952468.

HSL color Cylindrical-coordinate representation of color #949A88: hue angle of 80º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #949A88 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 136 -
CMYK 0.04 0 0.12 0.40
HSL 80º 0.08% 0.57% -
HSV(B) 80º 0.12% 0.6% -
XYZ 28.21 31.18 27.82 -
YUV 150.15 120.01 126.46 -
System Red Green Blue C M Y K H S L
Decimal 148 154 136 0.04 0 0.12 0.40 80 0.08 0.57
Hex 94 9A 88 4 0 C 28 50 8 39
Octal 224 232 210 4 0 14 50 120 10 71
Binary 10010100 10011010 10001000 100 0 1100 101000 1010000 1000 111001

Color Harmonies of #949A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A88

Black with #949A88

Text Example


Text Example

White with #949A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949A88; }

 p { color: rgb(148,154,136); }

 H1.HeaderClassName
 {
   color: #949A88;
 }
 .AnyTagClassName
 {
   color: #949A88;
 }
</style>

background-color css

<style>
 a { background-color: #949A88; }

 a { background-color: rgb(148,154,136); }

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

border-color css

<style>
 span { border-color: #949A88; }

 span { border-color: rgb(148,154,136); }

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