Html Css Color HEX #92968C Delta

📋 copy color: '#92968C'

red 146 ◦ green 150 ◦ blue 140

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

Shades of Delta #92968C

Tints of Delta #92968C

RGB

 RED value IS 146 (57.42% from 255) = 33.49%

 GREEN value IS 150 (58.98% from 255) = 34.4%

 BLUE value IS 140 (55.08% from 255) = 32.11%

R = 33.49%
G = 34.4%
B = 32.11%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#92968C (or 0x92968C) is known color: Delta. HEX triplet: 92, 96 and 8C. RGB value is (146,150,140). Sum of RGB (Red+Green+Blue) = 146+150+140=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 140 (55.08% from 255 or 32.11% from 436); Max value from RGB is 150 - color contains mainly: green. Hex color #92968C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92968C is #6D6973. Grayscale: #939393. Windows color (decimal): -7170420 or 9213586. OLE color: 9213586.

HSL color Cylindrical-coordinate representation of color #92968C: hue angle of 84º degrees, saturation: 0.05, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #92968C is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 146 150 140 -
CMYK 0.03 0 0.07 0.41
HSL 84º 0.05% 0.57% -
HSV(B) 84º 0.07% 0.59% -
XYZ 27.49 29.82 29.12 -
YUV 147.66 123.67 126.81 -
System Red Green Blue C M Y K H S L
Decimal 146 150 140 0.03 0 0.07 0.41 84 0.05 0.57
Hex 92 96 8C 3 0 7 29 54 5 39
Octal 222 226 214 3 0 7 51 124 5 71
Binary 10010010 10010110 10001100 11 0 111 101001 1010100 101 111001

Color Harmonies of #92968C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92968C

Black with #92968C

Text Example


Text Example

White with #92968C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92968C; }

 p { color: rgb(146,150,140); }

 H1.HeaderClassName
 {
   color: #92968C;
 }
 .AnyTagClassName
 {
   color: #92968C;
 }
</style>

background-color css

<style>
 a { background-color: #92968C; }

 a { background-color: rgb(146,150,140); }

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

border-color css

<style>
 span { border-color: #92968C; }

 span { border-color: rgb(146,150,140); }

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