Html Css Color HEX #949B89 Delta

📋 copy color: '#949B89'

red 148 ◦ green 155 ◦ blue 137

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

Shades of Delta #949B89

Tints of Delta #949B89

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.23%

 BLUE value IS 137 (53.91% from 255) = 31.14%

R = 33.64%
G = 35.23%
B = 31.14%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#949B89 (or 0x949B89) is known color: Delta. HEX triplet: 94, 9B and 89. RGB value is (148,155,137). Sum of RGB (Red+Green+Blue) = 148+155+137=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 137 (53.91% from 255 or 31.14% from 440); Max value from RGB is 155 - color contains mainly: green. Hex color #949B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949B89 is #6B6476. Grayscale: #969696. Windows color (decimal): -7038071 or 9018260. OLE color: 9018260.

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

Color convert

RGB 148 155 137 -
CMYK 0.05 0 0.12 0.39
HSL 83.33º 0.08% 0.57% -
HSV(B) 83.33º 0.12% 0.61% -
XYZ 28.45 31.54 28.26 -
YUV 150.86 120.18 125.96 -
System Red Green Blue C M Y K H S L
Decimal 148 155 137 0.05 0 0.12 0.39 83.33 0.08 0.57
Hex 94 9B 89 5 0 C 27 53 8 39
Octal 224 233 211 5 0 14 47 123 10 71
Binary 10010100 10011011 10001001 101 0 1100 100111 1010011 1000 111001

Color Harmonies of #949B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949B89

Black with #949B89

Text Example


Text Example

White with #949B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,155,137); }

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

background-color css

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

 a { background-color: rgb(148,155,137); }

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

border-color css

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

 span { border-color: rgb(148,155,137); }

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