Html Css Color HEX #929A88 Delta

📋 copy color: '#929A88'

red 146 ◦ green 154 ◦ blue 136

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

Shades of Delta #929A88

Tints of Delta #929A88

RGB

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

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

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

R = 33.49%
G = 35.32%
B = 31.19%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.40

RGB Variations

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

Color information

#929A88 (or 0x929A88) is known color: Delta. HEX triplet: 92, 9A and 88. RGB value is (146,154,136). Sum of RGB (Red+Green+Blue) = 146+154+136=436 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.49% from 436); Green value is 154 (60.55% from 255 or 35.32% from 436); Blue value is 136 (53.52% from 255 or 31.19% from 436); Max value from RGB is 154 - color contains mainly: green. Hex color #929A88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929A88 is #6D6577. Grayscale: #959595. Windows color (decimal): -7169400 or 8952466. OLE color: 8952466.

HSL color Cylindrical-coordinate representation of color #929A88: hue angle of 86.67º 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 #929A88 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.40.

Color convert

RGB 146 154 136 -
CMYK 0.05 0 0.12 0.40
HSL 86.67º 0.08% 0.57% -
HSV(B) 86.67º 0.12% 0.6% -
XYZ 27.85 31 27.81 -
YUV 149.56 120.35 125.46 -
System Red Green Blue C M Y K H S L
Decimal 146 154 136 0.05 0 0.12 0.40 86.67 0.08 0.57
Hex 92 9A 88 5 0 C 28 57 8 39
Octal 222 232 210 5 0 14 50 127 10 71
Binary 10010010 10011010 10001000 101 0 1100 101000 1010111 1000 111001

Color Harmonies of #929A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929A88

Black with #929A88

Text Example


Text Example

White with #929A88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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