#8BBF7B

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

Shades of De York #8BBF7B

Tints of De York #8BBF7B

Color information

#8BBF7B (or 0x8BBF7B) is unknown color: approx De York. HEX triplet: 8B, BF and 7B. RGB value is (139,191,123). Sum of RGB (Red+Green+Blue) = 139+191+123=453 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.68% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 123 (48.44% from 255 or 27.15% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #8BBF7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8BBF7B is #744084. Grayscale: #A7A7A7. Windows color (decimal): -7618693 or 8109963. OLE color: 8109963.

HSL color Cylindrical-coordinate representation of color #8BBF7B: hue angle of 105.88º 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 #8BBF7B is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB139191123-
CMYK0.2700.360.25
HSL105.88º34.69%61.57%-
HSV(B)105.88º35.6%74.9%-
XYZ32.8544.1825.54-
YUV167.7102.77107.53-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.68%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 123 (48.44% from 255) = 27.15%
R=30.68%
G=42.16%
B=27.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391911230.2700.360.25105.8834.6961.57
Hex8BBF7B1B024196a233e
Octal21327717333044311524376
Binary10001011101111111111011110110100100110011101010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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