Html Css Color HEX #8C9283 Delta

📋 copy color: '#8C9283'

red 140 ◦ green 146 ◦ blue 131

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

Shades of Delta #8C9283

Tints of Delta #8C9283

RGB

 RED value IS 140 (55.08% from 255) = 33.57%

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 33.57%
G = 35.01%
B = 31.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.43

RGB Variations

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

Color information

#8C9283 (or 0x8C9283) is known color: Delta. HEX triplet: 8C, 92 and 83. RGB value is (140,146,131). Sum of RGB (Red+Green+Blue) = 140+146+131=417 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.57% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 146 - color contains mainly: green. Hex color #8C9283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9283 is #736D7C. Grayscale: #8E8E8E. Windows color (decimal): -7564669 or 8622732. OLE color: 8622732.

HSL color Cylindrical-coordinate representation of color #8C9283: hue angle of 84º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8C9283 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB 140 146 131 -
CMYK 0.04 0 0.10 0.43
HSL 84º 0.06% 0.54% -
HSV(B) 84º 0.1% 0.57% -
XYZ 25.19 27.77 25.51 -
YUV 142.5 121.51 126.22 -
System Red Green Blue C M Y K H S L
Decimal 140 146 131 0.04 0 0.10 0.43 84 0.06 0.54
Hex 8C 92 83 4 0 A 2B 54 6 36
Octal 214 222 203 4 0 12 53 124 6 66
Binary 10001100 10010010 10000011 100 0 1010 101011 1010100 110 110110

Color Harmonies of #8C9283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C9283

Black with #8C9283

Text Example


Text Example

White with #8C9283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C9283; }

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

 H1.HeaderClassName
 {
   color: #8C9283;
 }
 .AnyTagClassName
 {
   color: #8C9283;
 }
</style>

background-color css

<style>
 a { background-color: #8C9283; }

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

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

border-color css

<style>
 span { border-color: #8C9283; }

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

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