Html Css Color HEX #929C89 Delta

📋 copy color: '#929C89'

red 146 ◦ green 156 ◦ blue 137

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

Shades of Delta #929C89

Tints of Delta #929C89

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.54%

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

R = 33.26%
G = 35.54%
B = 31.21%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.39

RGB Variations

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

Color information

#929C89 (or 0x929C89) is known color: Delta. HEX triplet: 92, 9C and 89. RGB value is (146,156,137). Sum of RGB (Red+Green+Blue) = 146+156+137=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 137 (53.91% from 255 or 31.21% from 439); Max value from RGB is 156 - color contains mainly: green. Hex color #929C89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #929C89 is #6D6376. Grayscale: #969696. Windows color (decimal): -7168887 or 9018514. OLE color: 9018514.

HSL color Cylindrical-coordinate representation of color #929C89: hue angle of 91.58º degrees, saturation: 0.09, 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 #929C89 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.

Color convert

RGB 146 156 137 -
CMYK 0.06 0 0.12 0.39
HSL 91.58º 0.09% 0.57% -
HSV(B) 91.58º 0.12% 0.61% -
XYZ 28.26 31.69 28.3 -
YUV 150.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 146 156 137 0.06 0 0.12 0.39 91.58 0.09 0.57
Hex 92 9C 89 6 0 C 27 5C 9 39
Octal 222 234 211 6 0 14 47 134 11 71
Binary 10010010 10011100 10001001 110 0 1100 100111 1011100 1001 111001

Color Harmonies of #929C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929C89

Black with #929C89

Text Example


Text Example

White with #929C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(146,156,137); }

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

background-color css

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

 a { background-color: rgb(146,156,137); }

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

border-color css

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

 span { border-color: rgb(146,156,137); }

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