#8ABE7B

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

Shades of De York #8ABE7B

Tints of De York #8ABE7B

Color information

#8ABE7B (or 0x8ABE7B) is unknown color: approx De York. HEX triplet: 8A, BE and 7B. RGB value is (138,190,123). Sum of RGB (Red+Green+Blue) = 138+190+123=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 190 (74.61% from 255 or 42.13% from 451); Blue value is 123 (48.44% from 255 or 27.27% from 451); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE7B is #754184. Grayscale: #A7A7A7. Windows color (decimal): -7684485 or 8109706. OLE color: 8109706.

HSL color Cylindrical-coordinate representation of color #8ABE7B: hue angle of 106.57º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8ABE7B is Cyan = 0.27, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB138190123-
CMYK0.2700.350.25
HSL106.57º34.01%61.37%-
HSV(B)106.57º35.26%74.51%-
XYZ32.4743.6625.45-
YUV166.81103.27107.45-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 190 (74.61% from 255) = 42.13%
BLUE value IS 123 (48.44% from 255) = 27.27%
R=30.60%
G=42.13%
B=27.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1381901230.2700.350.25106.5734.0161.37
Hex8ABE7B1B023196b223d
Octal21227617333043311534275
Binary10001010101111101111011110110100011110011101011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,190,123); }

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

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

 a { background-color: rgb(138,190,123); }

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

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

 span { border-color: rgb(138,190,123); }

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