#BAC87F

Color #BAC87F Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BAC87F

Tints of Pine Glade #BAC87F

Color information

#BAC87F (or 0xBAC87F) is unknown color: approx Pine Glade. HEX triplet: BA, C8 and 7F. RGB value is (186,200,127). Sum of RGB (Red+Green+Blue) = 186+200+127=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 127 (50% from 255 or 24.76% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC87F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC87F is #453780. Grayscale: #BBBBBB. Windows color (decimal): -4536193 or 8374458. OLE color: 8374458.

HSL color Cylindrical-coordinate representation of color #BAC87F: hue angle of 71.51º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BAC87F is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB186200127-
CMYK0.0700.360.22
HSL71.51º39.89%64.12%-
HSV(B)71.51º36.5%78.43%-
XYZ44.7353.2828-
YUV187.4993.86126.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 200 (78.52% from 255) = 38.99%
BLUE value IS 127 (50% from 255) = 24.76%
R=36.26%
G=38.99%
B=24.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001270.0700.360.2271.5139.8964.12
HexBAC87F702416482840
Octal27231017770442611050100
Binary1011101011001000111111111101001001011010010001010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC87F; }

 p { color: rgb(186,200,127); }

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

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

 a { background-color: rgb(186,200,127); }

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

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

 span { border-color: rgb(186,200,127); }

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