#8BC68F

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

Shades of De York #8BC68F

Tints of De York #8BC68F

Color information

#8BC68F (or 0x8BC68F) is unknown color: approx De York. HEX triplet: 8B, C6 and 8F. RGB value is (139,198,143). Sum of RGB (Red+Green+Blue) = 139+198+143=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 198 (77.73% from 255 or 41.25% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC68F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8BC68F is #743970. Grayscale: #AEAEAE. Windows color (decimal): -7616881 or 9422475. OLE color: 9422475.

HSL color Cylindrical-coordinate representation of color #8BC68F: hue angle of 124.07º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8BC68F is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB139198143-
CMYK0.3000.280.22
HSL124.07º34.1%66.08%-
HSV(B)124.07º29.8%77.65%-
XYZ35.847.8633.34-
YUV174.09110.45102.97-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 198 (77.73% from 255) = 41.25%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=28.96%
G=41.25%
B=29.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1391981430.3000.280.22124.0734.166.08
Hex8BC68F1E01C167c2242
Octal213306217360342617442102
Binary100010111100011010001111111100111001011011111001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BC68F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,198,143); }

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

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

 a { background-color: rgb(139,198,143); }

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

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

 span { border-color: rgb(139,198,143); }

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