#8CC98B

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

Shades of De York #8CC98B

Tints of De York #8CC98B

Color information

#8CC98B (or 0x8CC98B) is unknown color: approx De York. HEX triplet: 8C, C9 and 8B. RGB value is (140,201,139). Sum of RGB (Red+Green+Blue) = 140+201+139=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #8CC98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC98B is #733674. Grayscale: #AFAFAF. Windows color (decimal): -7550581 or 9161100. OLE color: 9161100.

HSL color Cylindrical-coordinate representation of color #8CC98B: hue angle of 119.03º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8CC98B is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB140201139-
CMYK0.3000.310.21
HSL119.03º36.47%66.67%-
HSV(B)119.03º30.85%78.82%-
XYZ36.3649.2132.01-
YUV175.69107.29102.54-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.17%
GREEN value IS 201 (78.91% from 255) = 41.88%
BLUE value IS 139 (54.69% from 255) = 28.96%
R=29.17%
G=41.88%
B=28.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1402011390.3000.310.21119.0336.4766.67
Hex8CC98B1E01F15772443
Octal214311213360372516744103
Binary100011001100100110001011111100111111010111101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,201,139); }

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

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

 a { background-color: rgb(140,201,139); }

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

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

 span { border-color: rgb(140,201,139); }

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