#88BF7B

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

Shades of De York #88BF7B

Tints of De York #88BF7B

Color information

#88BF7B (or 0x88BF7B) is unknown color: approx De York. HEX triplet: 88, BF and 7B. RGB value is (136,191,123). Sum of RGB (Red+Green+Blue) = 136+191+123=450 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.22% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 191 - color contains mainly: green. Hex color #88BF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #88BF7B is #774084. Grayscale: #A7A7A7. Windows color (decimal): -7815301 or 8109960. OLE color: 8109960.

HSL color Cylindrical-coordinate representation of color #88BF7B: hue angle of 108.53º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #88BF7B is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB136191123-
CMYK0.2900.360.25
HSL108.53º34.69%61.57%-
HSV(B)108.53º35.6%74.9%-
XYZ32.3643.9325.51-
YUV166.8103.28106.03-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 30.22%
GREEN value IS 191 (75% from 255) = 42.44%
BLUE value IS 123 (48.44% from 255) = 27.33%
R=30.22%
G=42.44%
B=27.33%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911230.2900.360.25108.5334.6961.57
Hex88BF7B1D024196d233e
Octal21027717335044311554376
Binary10001000101111111111011111010100100110011101101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BF7B; }

 p { color: rgb(136,191,123); }

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

<style>
 a { background-color: #88BF7B; }

 a { background-color: rgb(136,191,123); }

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

<style>
 span { border-color: #88BF7B; }

 span { border-color: rgb(136,191,123); }

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