#BAC67F

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

Shades of Pine Glade #BAC67F

Tints of Pine Glade #BAC67F

Color information

#BAC67F (or 0xBAC67F) is unknown color: approx Pine Glade. HEX triplet: BA, C6 and 7F. RGB value is (186,198,127). Sum of RGB (Red+Green+Blue) = 186+198+127=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 198 (77.73% from 255 or 38.75% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC67F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAC67F is #453980. Grayscale: #BABABA. Windows color (decimal): -4536705 or 8373946. OLE color: 8373946.

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

Color convert

RGB186198127-
CMYK0.0600.360.22
HSL70.14º38.38%63.73%-
HSV(B)70.14º35.86%77.65%-
XYZ44.2752.3627.85-
YUV186.3294.52127.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 198 (77.73% from 255) = 38.75%
BLUE value IS 127 (50% from 255) = 24.85%
R=36.40%
G=38.75%
B=24.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981270.0600.360.2270.1438.3863.73
HexBAC67F602416462640
Octal27230617760442610646100
Binary1011101011000110111111111001001001011010001101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC67F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC67F; }

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

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

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

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

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

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

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

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