#8ccd92

Color #8CCD92 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #8CCD92

Tints of De York #8CCD92

Color information

#8CCD92 (or 0x8CCD92) is unknown color: approx De York. HEX triplet: 8C, CD and 92. RGB value is (140,205,146). Sum of RGB (Red+Green+Blue) = 140+205+146=491 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.51% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 146 (57.42% from 255 or 29.74% from 491); Max value from RGB is 205 - color contains mainly: green. Hex color #8CCD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCD92 is #73326D. Grayscale: #B3B3B3. Windows color (decimal): -7549550 or 9620876. OLE color: 9620876.

HSL color Cylindrical-coordinate representation of color #8CCD92: hue angle of 125.54º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8CCD92 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.20.

Color convert

RGB140205146-
CMYK0.3200.290.20
HSL125.54º39.39%67.65%-
HSV(B)125.54º31.71%80.39%-
XYZ37.8351.3135.1-
YUV178.84109.47100.3-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.51%
GREEN value IS 205 (80.47% from 255) = 41.75%
BLUE value IS 146 (57.42% from 255) = 29.74%
R=28.51%
G=41.75%
B=29.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402051460.3200.290.20125.5439.3967.65
Hex8CCD922001D147e2744
Octal214315222400352417647104
Binary1000110011001101100100101000000111011010011111101001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ccd92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8ccd92;
 }
 .AnyTagClassName
 {
   color: #8ccd92;
 }
</style>
background-color css

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

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

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

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

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

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