#8CCB84

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

Shades of De York #8CCB84

Tints of De York #8CCB84

Color information

#8CCB84 (or 0x8CCB84) is unknown color: approx De York. HEX triplet: 8C, CB and 84. RGB value is (140,203,132). Sum of RGB (Red+Green+Blue) = 140+203+132=475 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.47% from 475); Green value is 203 (79.69% from 255 or 42.74% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB84 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CCB84 is #73347B. Grayscale: #B0B0B0. Windows color (decimal): -7550076 or 8702860. OLE color: 8702860.

HSL color Cylindrical-coordinate representation of color #8CCB84: hue angle of 113.24º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8CCB84 is Cyan = 0.31, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.20.

Color convert

RGB140203132-
CMYK0.3100.350.20
HSL113.24º40.57%65.69%-
HSV(B)113.24º34.98%79.61%-
XYZ36.3449.9529.56-
YUV176.07103.13102.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.47%
GREEN value IS 203 (79.69% from 255) = 42.74%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=29.47%
G=42.74%
B=27.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1402031320.3100.350.20113.2440.5765.69
Hex8CCB841F02314712942
Octal214313204370432416151102
Binary1000110011001011100001001111101000111010011100011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,203,132); }

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

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

 a { background-color: rgb(140,203,132); }

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

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

 span { border-color: rgb(140,203,132); }

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